﻿@charset "utf-8";

@font-face {
	font-family: LiSong;
	src: url("../webfonts/LiSong.eot"); /* IE9*/
	src: url("../webfonts/LiSong.eot") format("embedded-opentype"), url("../webfonts/LiSong.woff") format("woff"), url("../webfonts/LiSong.ttf") format("truetype");
  }
  @font-face {
	font-family: Anton-Regular;
	src: url("../webfonts/Anton-Regular.eot"); /* IE9*/
	src: url("../webfonts/Anton-Regular.eot") format("embedded-opentype"), url("../webfonts/Anton-Regular.woff") format("woff"), url("../webfonts/Anton-Regular.ttf") format("truetype");
  }
/* CSS Document */
/*通用*/
body{
	font-family:"微軟正黑體",open-sans, Arial, sans-serif ;
	line-height:170%;
	font-size:15px;
	height:100%;
	color:#333;
}
a{
	color:#00a651;
}
a:hover{
	color: #1c5136;
	text-decoration:none;
}
img{
	max-width:100%; 
	height:auto;
}
input[type=file] {
    max-width: 190px;
}
h2{
	font-size:1.4em;
	padding: 15px 0;
	margin:0;
	line-height: 130%;
	color:#000;
}
h3{
	margin-top:0;
	font-size:1.25em;
}
.text_center{
	text-align:center;
}
.text_right{
	text-align:right;
}
.float_right{
	float:right;
}
.vertical_middle{
	vertical-align:middle;
}
.display_inline{
	display:inline-block !important;
}
/*.title_01{
	padding:15px 0;
}
.title_02{
	color:#00a651;
	padding:10px 0 15px 0;
}
.title_03{
	color:#00a651;
}
.title_04{
	color:#000;
	padding:5px 0;
	font-weight: bold;
}*/
.class_title{
	padding:3px;
	float:left;
}
.date{
	color:#00a651;
	font-size:12px;
	padding:5px 0;
}
.top_class{
	color:#999;
	padding-left:15px;
}
.margin_bottom{
	margin-bottom:5px;
}
.nomarginbottom{
	margin-bottom:0px;
}
.red{
	color:red;
}
.form-group{
	overflow: hidden;
}
.btn{
	border-radius:5px !important;
	/*margin:2px !important;*/
	font-size:14px;
	letter-spacing:1px;
}
.btn_01{
	padding:9px 15px;
	background-color: #00a651;
	color:#fff;
	border-radius:5px;
	font-size:14px;
	border:none;
	letter-spacing:1px;
	cursor:pointer;
}
.btn_02{
	padding:9px 25px;
	background-color: #00a651 ;
	color:#fff;
	border-radius:5px;
	font-size:14px;
	border:none;
	letter-spacing:1px;
}
.btn_03{
	padding:4px 12px;
	background-color:#787c80;
	opacity:0.8;
	color:#fff;
	border-radius:5px;
	font-size:14px;
	border:none;
	margin:4px 0;
	display:inline-block;
	letter-spacing:1px;
}
.btn_04{
	height:27px;
	padding:0px 8px 1px 8px;
	background:red;
	opacity:0.8;
	color:#fff;
	border-radius:5px;
	font-size:5px;
	border:none;
	margin:0;
	padding-top:3px;
	display:inline-block;
}
.btn_05{
	padding:5px 12px;
	background:#444 /* #217ebd #0e789f*/;
	opacity:0.8;
	color:#fff;
	border-radius:5px;
	font-size:14px;
	border:none;
	/*margin:4px 0;*/
	display:inline-block;
	letter-spacing:1px;
}
.btn_01:hover, .btn_02:hover{
	background-color:#217ebd;
}
.btn_03:hover ,.btn_04:hover ,.btn_05:hover{
	opacity:1;
	color:#fff;
}
.table .btn {
    margin: 2px  !important;
}
.delete_th{
	padding:8px 0px !important;
}
.delete_th .mt-checkbox{
	margin: 0px -7px 17px 3px !important;
}
.table_font{
	padding:13px 20px !important;
	min-height:52px;
}
.label_font{
	margin:7px 0 !important;
}
.form-control{
	/*border-radius:5px !important;*/
	border:#ccc solid 1px;
	padding: 4px 8px !important;
	height:34px;
	font-size:15px;
}
.form-control_1{
	border-radius:5px;
	border:#ccc solid 1px;
	padding: 4px 8px !important;
	height:34px;
	font-size:15px;
	vertical-align:middle;
	float:left;
	margin:4px 10px 4px 4px;
}
.form_01{
	border-radius:5px !important;
	border:#ccc solid 1px;
	padding:5px;
	margin:5px 0 8px 0;
	width:100%;
}
.form_02{
	border-radius:5px !important;
	border:#ccc solid 1px;
	padding:4px 8px;
	vertical-align:middle;
	float:left;
}
.form_auto {
    border-radius: 5px !important;
    border: #ccc solid 1px;
    padding: 5px 10px !important;
    vertical-align: middle;
    margin: 0 2px 4px 0 !important;
    float: left;
}
label {
    margin: 7px 0;
}
.remarks{
    font-size: 12px;
    padding-left: 2px;
	line-height:150%;
}
.remarks_margin{
    margin:5px 0 0 10px;
}
.required {
    color: #e02222;
    font-size: 12px;
    padding-left: 5px!important;
    padding-top: 3px;
}
.page_line{
	border-bottom:dotted #ccc 2px;
	margin:10px 0;
}
.delete_btn {
    padding: 3px 0px !important;
}
.page-content {
    display: flow-root;
}
.form-group textarea{
	margin-bottom:5px !important;
}
.table-toolbar {
    /*margin-bottom: -5px;*/
	display: flex;
}
.form-group .mt-checkbox-outline, .form-group .mt-radio-outline {
    margin-right: 25px;
}
.form-group .right_font {
    padding-top: 15px !important;
}
/*.table-scrollable td>.mt-checkbox.mt-checkbox-single{
    margin: 0px 0px 18px 10px;
    float: left;
    padding-left: 0;
}*/
.note-editor .dropdown-toggle{
	color:#333;
}
.w-auto {
    width:auto;
}
.w-100 {
    width:100%;
}
.float-left{
	float:left;
}
.float-right{
	float:right;
}
.nomargin{
	margin:0px;
}
.nomargintop{
	margin-top:0px;
}
.nomarginbottom{
	margin-bottom:0px;
}
.nomarginleft{
	margin-left:0px;
}
.nomarginright{
	margin-right:0px;
}
.nopaddingtop{
	padding-top:0px;
}
.nopaddingbottom{
	padding-bottom:0px;
}
.nopaddingleft{
	padding-left:0px;
}
.nopaddingright{
	padding-right:0px;
}
.img_padding{
	padding:10px;
}


/*login*/
.login .left{
	float:left;
	width:40%;
	martin:0 auto;
	padding:8% 5%;
	text-align:center;
	background:rgba(255,255,255,.85);
	height:100vh;
}
.login .left .title{
	font-size:30px;
	color:#333;
	font-weight:bold;
	margin:5px 0 40px 0;
}
.login .left .input_box{
	text-align:center;
	max-width: 300px;
    margin: 0 auto;
}
.login .left .input-group{
	margin:20px auto;
}
.login .left .input-group i{
	color:#00a651;
	width: 14px;
}
.login .fa-inverse {
    color: #fff;
}
.login .left .input-group fa-user{
	width:14px;
}
.login .left .input_box input{
	margin:0 auto;
	max-width:300px;
	height:40px;
	color:#c81d20;
	border: 1px solid #ccc;
}
.login .left .forget{
	text-align:left;
	max-width: 300px;
    margin: 25px auto;
}
.login .right{
	float:left;
	width:60%;
	martin:0 auto;
	padding:10%;
	text-align:center;
	background:url(../img/login_bg.jpg);
	background-size:cover;
	height:100vh;
}
.login .right .logo{
    margin-bottom:20px;
}
.login .right .title{
	text-align:center;
	vertical-align:middle;
	font-size:24px;
	font-weight:800;
	margin-bottom:20px;
	line-height:170%;
	/*text-shadow: 2px 2px 5px #fff;*/
	color: #b8986a;
}
.login .right .font_con{
	border-radius:10px;
	/*color:#fff;*/
}
.login .right .font_con .fa-xs{
	margin-top:10px;
}
.login .text-shadow{
	/*text-shadow: 2px 2px 5px #fff;*/
}
.login .text_inline{
	display: inline-block;
    white-space: nowrap;
}


/*login white*/
.login .right.white .title{
	color:#fff;
	text-shadow: 2px 2px 5px #000;
}
.login .right.white .font_con{
	color:#ccc;
}
.login .right.white .font_con .fa-circle:before {
    color: #FFF;
}
.login .right.white .font_con .fa-inverse {
    color: #666;
}
.login .right.white .text-shadow {
    text-shadow: 2px 2px 5px #000;
}


/*left menu*/
.page-logo a:hover{
	color:#fff;
}
.page-sidebar .page-sidebar-menu > li.active.open > a{
	background: #00a651 !important;
	cursor:default;
}
.page-sidebar .page-sidebar-menu > li.active > a{
    background: #00a651 !important;
}
.page-sidebar .page-sidebar-menu .sub-menu li>.sub-menu{
	background:rgba(255,255,255,.1);
}


/*頁籤*/
.page_menu{
	list-style-type:none;
	margin-left:-40px;
}
.page_menu li{
	display:inline-block;
	background:#e5e5e5;
	border-radius:5px;
	padding:6px 10px;
	font-size:15px;
	cursor:pointer;
	margin:3px 5px 5px 0;
	color:#666;
	letter-spacing:1px;
}
.page_menu li:hover{
	background:#787c80;
	color:#fff;
}
.page_menu li.open{
	background:#1BBC9B;
	color:#fff;
	position:relative
}
.page_menu li.open:after {
    content: " ";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 9px 0 9px;
    border-color: #1BBC9B transparent transparent transparent;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -7.5px;
}
.page-bar .page-breadcrumb>li {
    padding-left: 5px;
}
.page-bar .page-breadcrumb>li:first-child {
    padding-left: 0;
}

/*top_menu*/
.dropdown-quick-sidebar-toggler{
	background:#00a651;
	color:#fff;
	font-size:14px;
}
.dropdown-toggle{
	color:#fff;
}
.link_index{
	background:#555e69;
	padding-right:10px;
	font-size:14px;
}
.link_index:hover{
	background:#3f4f62;
}
.web_link{
	padding:8px 9px;
}
.dropdown-user ,.dropdown-user:hover{
	/*background-color: #f89d27 !important;*/
}
.dropdown-user a{
	color:#fff;
}
.dropdown-user ul li a i{
	margin-right:10px;
}
.dropdown-menu .divider {
    margin: 2px 0;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown-user > .dropdown-menu {
	min-width: 130px;
	width: 130px;
}
.msg_q {
    height: 18px;
    width: 18px;
    background: #00a651;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 0.7em;
}


/*index_btn*/
.index_btn{
	float: right;
    text-align: right;
    margin: -40px 0 0 0;
    width: 100px;
}
.index_btn a{
	color:#333;
}

/*table scroll*/
.table-scrollable{
	width:100%;
	overflow-x:auto;
	overflow-y:hidden;
	margin:5px 0 5px 0 !important;
	border:none;
}
.table-scrollable>.table-bordered>thead>tr:last-child>th,.table.table-bordered thead>tr>th{
	border-bottom:0;
	border:1px solid #ddd;
	line-height: 130%;
    vertical-align: middle;
	height:45px;
}
.table-scrollable>.table{
	width:100%!important;
	margin:0!important;
	min-width:700px;
}
.table-scrollable>.table>thead{
	border-top: solid 1px #ddd;
}
.table-scrollable>.table>thead>tr>th , .table-scrollable th ,table>thead>tr>th{
	white-space:nowrap; 
	padding:8px; 
	background:#eee; 
	color:#000;
	font-weight:500;
}
.table-bordered{
    border: 1px solid #ddd !important;
}
.table-bordered > tbody > tr > td{
    border: 1px solid #ddd;
	/* border: 1px solid #e7ecf1 !important; */
}
.table-hover > tbody > tr:hover{
	background:#f2fbfe;
}
.table>tbody>tr>td{
	vertical-align: middle ;
}
.table_icon{
	padding:3px 3px 2px 3px !important;
	vertical-align:middle;
}
.table thead tr th {
    font-weight: normal;
}
.table  .delete_th button{
	margin: 0 !important;
}


/*頁碼*/
#page_number{
	padding-top:10px;
}
.page_total{
	vertical-align:middle;
	margin:5px 0 10px 0;
}
.page_icon{
	text-align:right;
	margin-bottom:10px;
}
.btn_page{
	display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: none /*1px solid #ccc*/;
    padding: 3px 12px;
    font-size: 14px;
	background:#eee;
	/*margin-left:-5px;*/
	border-radius:5px;
	margin-top: -4px;
}
.page_list{
	border: 1px solid #ddd;
	display:inline-block;
	width:auto;
	cursor: pointer;
}
.sequence_list{
	border: 1px solid #ccc;
	display:inline-block;
	width:45px;
	cursor: pointer;
	padding: 1px 1px !important;
}
.sequence_list:hover{
    background-color: #fff;
}
.active{
	background:#00a651 !important;
	color:#fff !important;
	/*border:solid #00a651 1px;*/
	border:none;
}
.btn_page:hover{
	background:#00a651;
	color:#fff;
}


/*search menu*/
.search_menu{
	/*margin:5px 0 20px 0;
	background:#efefef;
	padding:3%;*/
	border-radius:5px;
	margin-top: 5px;
}
.search_padding{
	margin-bottom:15px;
}
.search_item,.search_item_1{
	background:#eee !important;
	padding-top:14px !important;
	min-height:52px;
}
.form_title{
	width:80px;
	text-align:right;
	margin:5px;
}
.form_title_1 {
    margin: 5px;
    width: 100px;
	text-align:right;
}
.form_title_2 {
	padding:7px 0;
	font-weight:bold;
	font-size:16px;
}
.form_tel_1{
	margin:0 5px 7px 0 !important;
	width:35%;
}
.form_tel_2{
	margin: 0 0 7px 5px !important;
	width:15%;
}
.mt-radio-list .mt-radio{
	float:left;
	margin-left:15px;	
	padding-left: 25px;
}
.mt-radio-list .mt-radio:nth-child(1){
	margin-left:0px;	
}
.mt-radio span{
	margin-top:3px;
}
.form .form-bordered .form-group:last-child {
    border-bottom: none;
}
.mt-checkbox, .mt-radio {
    margin-top:0;
}
.radio_inline label{
	margin: 2px 0;
}


/*權限設定*/
.table_radio .mt-radio>span{
	margin-top:-9px;
}
.mt-checkbox span{
	background:#fff !important;
}
.competence_table .mt-checkbox span, .competence_title .mt-checkbox span , .mt-checkbox span{
	margin-top:4px;
}
.competence_table .mt-checkbox, .competence_title .mt-checkbox ,.person_class .mt-checkbox ,.person_name .mt-radio ,.checkbox_inline .mt-checkbox{
    margin: 8px 0px 8px 20px ;
}
.competence_table thead .mt-checkbox{
	margin-left:0px;
}
.competence_table tbody label{
	margin: 5px 0px 10px 20px !important;
}
.table-scrollable .mt-checkbox{
    margin: 7px 0px 8px 15px;
}
.competence_title{
	margin-top:15px;
	background:#999 ;
	padding:5px 0;
	color:#fff;
}
.form-group .competence_title:first-child{
	margin-top:0px;
}
.class_01{
	width:33%;
}
.class_02{
	/*width:300px;*/
}
.class_02 .mt-checkbox{
	width:235px;
	vertical-align:top;
}
.class_03{
	width:33%;
}
.class_03 .mt-checkbox{
	width:200px;
	vertical-align:top;
}
.class_3_01{
	width:180px;
}
.class_3_01 .mt-checkbox{
	margin-left:-20px !important;
}
.class_3_02{
	width:180px;
}
.class_3_03{
	/*width:200px;*/
}
.class_3_03 .mt-checkbox.mt-checkbox-outline>span{
	margin-top:0px;
}
.class_3_03 label{
	margin: 5px 0px 5px 20px !important;
}
.competence_table{
	border-left:solid #ddd 1px;
	border-top:solid #ddd 1px;
	margin-bottom:5px;
}
.competence_table tr td{
	padding:5px 0;
	border-right:solid #ddd 1px;
	border-bottom:solid #ddd 1px;
}
.competence_table thead td ,.competence_table thead th{
	padding:8px 0;
	background:#999 ;
	border-right: solid #ccc 1px;
	border-top: solid #ccc 1px;
	color:#fff;
	line-height:130%;
}
.person_list ul{
	padding-left:0px;
}
.person_list ul li{
	display: inline-block;
	padding:5px 0 5px 20px;
	width: 95px;
	vertical-align:top;
}
.person_class{
	padding-left:0px !important;
	display:inline-block;
}
.person_class .mt-checkbox{
	width:305px;
	vertical-align:top;
}
.person_class select{
	margin:5px 0 !important;
}
.person_class span{
	margin-top: 4px;
}
.person_name .mt-checkbox , .person_name .mt-radio{
	width: 95px;
	vertical-align:top;
}
.checkbox_inline{
	padding:5px 0px !important;
}
.one_btn{
	margin-top:3px;
	float:left;
}
.one_btn_1{
	float:right;
	margin-top:3px;
}
.input_inline{
	margin-left:-40px;
	margin-bottom:0px;
}
.input_inline li{
	display:inline-block;
	list-style:none;
	width:135px;
	margin:3px 10px 7px 0;
}

/*管理項目*/
.language_set .language_title{
	padding:7px 15px 7px 0;
	line-height:130%;
}
.language_set .arrow:after{
	content: "\f178";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
    padding-right: 0.5em;
    position: relative;
    left: 0;
	float: right;
    width: 20px;
}
.language_item{
	margin-right:30px;
}
.check_padding{
	padding:10px;
}


/*日期套件補丁*/
.date-picker input{
	margin: 0 !important;
}
.input-group .date-picker:last-child .form-control{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group .date-picker:first-child .form-control{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon {
	border: none;
    border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 !important;
	line-height:100%;
}
.datepicker{
	min-width:auto;
	padding:0;
	margin-top: 50px;
}
.table-condensed{
	width:210px;
	/*position:absolute;*/
	background:#fff;
	box-shadow:0px 0px 6px 4px rgba(20%,20%,20%,0.1);
	border:5px;
}
.table-condensed .datepicker-switch ,.table-condensed .prev ,.table-condensed .next ,.table-condensed .day{
	cursor:pointer;
	text-align:center;
} 
.table-condensed .datepicker-switch{
	background:#fefaec;
}
.table-condensed .prev ,.table-condensed .next{
	background:#feefca;
}
.table-condensed .datepicker-switch:hover ,.table-condensed .prev:hover ,.table-condensed .next:hover , .table-condensed .year:hover, .table-condensed .month:hover, .table-condensed .day:hover{
	background:#bbb /*#f3f3f3#ddf0fd #f2fbfe*/;
	color:#fff;
} 
.table-condensed .dow{
	background:#ddf0fd;
}
.table-condensed .month, .table-condensed .year{
	width:50px;
	padding:10px 0;
	cursor:pointer;
	text-align:center;
	border: none;
}
.table-condensed td span {
	float:left;
	display:inline-block;
}
.table-condensed td span:nth-child(4n+1) {
	clear: both;
}
.datepicker-days .old ,.datepicker-days .new {
	color:#ccc;
}
.datepicker .datepicker-months,.datepicker .datepicker-years{
	position:absolute;
	margin-top:35px;
}


/*rwd-table*/
.form-group .rwd-table{
	margin-bottom: 0;
}


/*網站版型管理*/
.template_list{
	float:left;
	width:100%;
	/*margin-bottom:30px;*/
}
.template_list .item{
	float:left;
	width:30.3%;
	margin:1.5%;
	border:solid #ccc 1px;
	border-radius:10px;
}
.template_list .item:nth-child(3n+1){
	clear:both;
}
.template_list .item .title{
	text-align:center;
	background:#eee;
	padding:10px;
	border-radius:10px 10px 0 0 ;
	border-bottom:solid #eee 1px;
	font-style:18px;
	font-weight:bold;
}
.template_list .item img{
	width:100%;
}
.template_list .item .btn_box{
	width:100%;
	text-align:center;
	padding:10px;
	border-top:solid #eee 1px;
}


/*選單管理*/
.class_table button {
    width: 27px;
    height: 27px;
}
.class_table>tbody>tr>td{
	vertical-align:top !important;
}


/*模組元件*/
.mod_list>div{
	padding:0 10px;
}
.mod_list .mt-head{
	cursor:pointer;
	padding: 25px 0 15px 0;
	opacity:0.9;
}
.mod_list .mt-head:hover{
	opacity:1;
}
.mod_list>div:nth-child(11n-10) .mt-head{
	background-color:#0a97a3 !important;
}
.mod_list>div:nth-child(11n-9) .mt-head{
	background-color:#e43a45 !important;
}
.mod_list>div:nth-child(11n-8) .mt-head{
	background-color:#165284 !important;
}
.mod_list>div:nth-child(11n-7) .mt-head{
	background-color:#d2ad28 !important;
}
.mod_list>div:nth-child(11n-6) .mt-head{
	background-color:#8E44AD !important;
}
.mod_list>div:nth-child(11n-5) .mt-head{
	background-color:#444 !important;
}
.mod_list>div:nth-child(11n-4) .mt-head{
	background-color:#17af3f !important;
}
.mod_list>div:nth-child(11n-3) .mt-head{
	background-color:#c63da4 !important;
}
.mod_list>div:nth-child(11n-2) .mt-head{
	background-color:#E87E04 !important;
}
.mod_list>div:nth-child(11n-1) .mt-head{
	background-color:#00a651 !important;
}
.mod_list>div:nth-child(11n) .mt-head{
	background-color:#999 !important;
}
.mt-widget-3>div{
	min-height:110px;
}
.mt-widget-3 .mt-head .mt-head-desc{
	line-height:130%;
}

/*表單checkbox radio*/
input[type=checkbox], input[type=radio] {
    width: 20px;
    height: 20px;
    background: #fff !important;
    border: 1px solid #ccc;
	vertical-align: top;
	margin:0 5px 0 0;
}
.form_radio ,.form_checkbox{
	vertical-align: middle;
    margin:0 5px 0 0 !important;
}
.radio_padding{
	padding-right:20px;
}


/*全文檢索*/
.set_group{
	float:left;
	width:100%;
	padding:3px 0;
}
.set_group .title{
	float:left;
	width:35%;
	padding-top:5px;
}
.set_group .title:after{
	content: "\f178";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
    padding-right: 0.5em;
    position: relative;
	float:right;	
}
.set_group .input{
	float:left;
	width:65%;
}
.set_group_2{
	float:left;
	width:100%;
	padding:3px 0;
}
.set_group_2 .title{
	float:left;
	width:35%;
	padding-top:5px;
}
.set_group_2 .input{
	float:left;
	width:65%;
}


/*多選下拉*/
.multiple-select {
	width: 100% !important;
}
.ms-choice {
	height: 34px !important;
	border: 1px solid #ccc !important;
	border-radius: 5px!important;
	margin: 0!important;
}
.ms-choice > span {
	padding: 5px 20px 5px 8px;
}
.multiple-select .ms-drop {
	position: relative;
	padding: 0 0 0 6px;
}
.multiple-select .ms-drop ul input {
	margin-left: -25px !important;
	margin-top: 0 !important;
}
.ms-drop ul{
	padding-left: 10px !important;
}
.ms-drop ul > li .disabled {
	display: none;
}
.ms-drop ul > li[class=" "], .ms-drop ul > li[class=""], .ms-drop ul > li[class="selected"] {
	padding-left: 30px !important;
	float: left;
}
.ms-select-all {
	padding-left: 0 !important;
	margin-left: -10px;
}
.ms-drop.bottom {
	box-shadow: none !important;
	border: 1px solid #ccc !important;
}
.table .ms-drop ul {
	text-align: left !important;
	padding-left: 10px;
	padding-bottom: 20px;
}
.ms-search>input{
	margin-left: -5px !important;
}
.ms-drop ul>li label {
    padding-left: 30px !important;
}

/*下拉單選*/
.multiple-select_2 ul>li label{
	padding-left: 0 !important;
	padding-right: 15px !important;
	margin-top: 0;
}
.ms-drop ul>li.hide-radio:hover {
    background-color:transparent !important;
	color:#00a651;
}
.ms-drop ul>li.hide-radio.selected {
    color: #e7ae25!important;
    background-color:transparent !important;
}
.ms-choice>div.icon-close {
    top: 5px !important;
}



/*---------------------------------------------------------------------------------------------------------------------------*/
/* 大螢幕 */
@media (min-width: 1200px) {
.logo_title{
	font-size:28px;
}
.title_02{
	font-size:20px;
}
.title_01,.title_04{
	font-size:20px;
}
.mobile_left{
	text-align:right !important;
}
.search_item {
    padding-bottom: 1000% !important;
    margin-bottom: -1000% !important;
}

/*模組元件*/
.mod_list>div:nth-child(4n+1){
	clear:both;
}
}

/* 一般桌機解析度 */
@media (min-width: 992px) and (max-width: 1199px) {
.search_item {
    padding-bottom: 1000% !important;
    margin-bottom: -1000% !important;
}	

/*模組元件*/
.mod_list>div:nth-child(4n+1){
	clear:both;
}
}


/* <991px */
@media (max-width: 991px) {
/*mobile header*/
.top-navbar{
	width: calc(100% - 235px) !important;
}
.top-navbar li i{
	width: 18px;
	margin-right:7px;
}
.page-header.navbar .top-menu .navbar-nav {
	margin: 0 15px 0 0;
}

/*mobile_view*/
.mobile_view ,.mobile_view a:hover {
	background: rgba(255,255,255,.2) !important;
}
}


/* 平板電腦、橫向手機解析度 */
@media (min-width: 768px) and (max-width: 991px) {
/*模組元件*/
.mod_list>div:nth-child(3n+1){
	clear:both;
}

/*mobile header*/
.navbar-collapse{
	width: 100%;
}
.top-navbar ,.top-navbar.in{
	width: calc(100% - 185px)!important;
	float: right;
}
}


/* 平板電腦、橫向手機和一般桌機解析度 */
@media (min-width: 768px) and (max-width: 1199px) {
.logo_title{
	font-size:24px;
}
.title_02{
	font-size:20px;
}
.title_01,.title_04{
	font-size:20px;
}
.mobile_left{
	text-align:right !important;
}

}



/* >768px */
@media (min-width: 768px) {
/*mobile header*/
.login_btn{
	display:none !important;
}
.navbar-collapse-login{
	display: none  !important;
}
}


/* 橫向智慧手機到竪立平板電腦解析度 */
@media (max-width: 767px) {
body{
	font-size:14px!important;
}
.logo_title{
	font-size:22px;
}
.title_02{
	font-size:20px;
}
.title_01,.title_04{
	font-size:20px;
}
.dropdown .caret{
	float: right;
	margin-top: 10px;
}
.navbar-nav .dropdown{
	border-bottom: solid #888 1px;
}
.navbar-nav .dropdown:last-child{
	border-bottom:none;
}
.nav>li>a {
    background: #5e6773;
    color: #fff;
}
.table-toolbar {
	display:block;
}

/*login*/
.login .left ,.login .right{
	width:100%;
	height: auto;
	padding:30px ;
}
.login .left .logo img{
	width:70px;
}
.login .left .title{
	font-size:22px;
}
.login .right .title{
	font-size:18px;
}
.login .font_con{
	font-size:13px;
}


/*mobile header*/
/* #header{
	float: left;
	width: 100%;
}
#header .page-header{
	position: fixed;
} */
.login_btn{
	display: block;
}
.login_btn i{
	color:#fff;
}
.navbar-collapse{
	width:100%!important;
}
.navbar-collapse-login{
	width: 100%;
	float: left;
	padding: 7px 0;
	/* background-color: #364150; */
}
.navbar-collapse-login ul{
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}
.navbar-collapse-login ul li{
	list-style: none;
	padding: 5px 15px;
	background: #f5f5f5;
	border-top: solid #ccc 1px;
}
.navbar-collapse-login ul li a{
	color:#333;
}
.navbar-collapse-login ul li a i{
	width: 18px;
	margin-right: 7px;
}


/*top menu*/
.dropdown-user{
	float:left;
	width:100%;
}
.dropdown-user>a{
	background:#00a651 !important;
}
.dropdown-user>a> .fa-angle-down{
	float:right;
}


/*網站版型管理*/
.template_list .item{
	width:46%;
}
.template_list .item:nth-child(3n+1){
	clear: none;
}
.template_list .item:nth-child(2n+1){
	clear:both;
}


/*模組元件*/
.mod_list>div:nth-child(2n+1){
	clear:both;
}


/*頁碼*/
#page_number{
	display: block;
}
#page_number .page_icon{
	text-align: center;
}
}


/*手機版*/
@media (max-width: 480px){
}

/*for表格背景色延伸*/
@media (min-width: 992px) {
.search_item_1{
	padding-bottom: 100% !important;
    margin-bottom: -100% !important;
}
}
@media (max-width: 991px) {
.search_item_1{
	padding-bottom:10px !important;
	margin-bottom:0 !important;
}
}


/*print_con_table*/
.print_con_table {
	width: 100%;
	padding: 15px;
	margin: 0 auto;
  }
  .print_con_table h2 {
	text-align: center;
	margin-bottom: 10px;
	font-family: LiSong;
	font-size: 1.75em;
  }
  .print_con_table .print_date {
	float: right;
	margin-top: -55px;
	font-size: 0.85em;
  }
  .print_con_table .table_info {
	width: 100%;
	font-size: 0.85em;
  }
  .print_con_table .table_info td {
	line-height: 160%;
	vertical-align: top;
  }
  .print_con_table .table_info td:nth-child(2) {
	padding-right: 10px;
  }
  .print_con_table .table_order td , .print_con_table .table_order th{
	font-size: 0.8em;
  }
  .print_con_table .table_order th {
	line-height: 130%;
	padding: 5px;
	background: #666;
	color:#fff;
	height: auto !important; 
  }
  .print_con_table .table_order td {
	line-height: 130%;
	padding: 5px;
  }
  .print_con_table .table_order .subtotal {
	background: #f5f5f5;
  }
  .print_con_table .table_order .subtotal td{
	border: none;
  }
  .print_con_table .table_order .subtotal .price {
	font-size: 1em;
	font-weight: bold;
  }
  .print_con_table .table_order .total {
	background: rgba(244, 227, 149, 0.3);
  }
  .print_con_table .table_order .total .price {
	font-size: 1.2em;
	font-weight: bold;
	color: #900;
  }
  .print_con_table .table_order .total_border {
	border-top: double #ccc 3px;
  }
  .print_con_table .table_order .total td{
	border: none;
  }
  .align-top{
	vertical-align: top !important;
  }


/*page_search*/
.page_search {
	width: 100%;
	list-style: none;
	padding-left: 0 !important;
	text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  }
  .page_search > li {
	display: inline-block;
	padding-right: 10px;
	align-self: center !important;
	vertical-align: middle;
  }
  .page_search .btn_01 {
	margin: 2px 0;
	vertical-align: top;
	padding: 5px 20px;
  }
  .page_search .title {
	display: inline-block;
	padding-right: 3px;
	font-weight: bold;
  }
  .page_search select, .page_search input, .page_search label {
	display: inline-block;
	width: auto;
  }
  .page_search select {
	margin: 2px 0;
  }
  .page_search .datepickers input {
	width: 142px;
  }
  .page_search .datepickers .input-group-addon {
	padding: 5px;
  }


/*select_input*/
.select_input .mt-radio{
		margin-right: -7px !important;
}
.select_input .mt-radio span{
	margin-top: -7px;
}


/*note*/
.note{
	font-size: 0.8em;
	margin-top: -20px;
	border:none;
	padding: 0;
}
.note .note_list{
	margin-bottom: 0;
	padding-left: 20px;
}

/*-----------------------------------------for編輯器--------------------------------------------*/
h2,h3,h4,h5,h6{
	text-transform: none;
}
img{
	max-width:100%; 
	height:auto!important;
}
.font-xlarge{
	font-size:140%;
}
.font-large{
	font-size:120%;
}
.font-small{
	font-size:80%;
}
.font-xsmall{
	font-size:60%;
}
.w-100{
	width:100%;
}
.w-80{
	width:80%;
}
.w-800{
	max-width:800px;
}
.w-600{
	max-width:600px;
}
.w-400{
	max-width:400px;
}
.w-200{
	max-width:200px;
}
.w-auto{
	width:auto;
	max-width:100%;
}
.input-xlarge {
    width: 420px!important;
}
.input-large {
    width: 320px!important;
}
.input-medium {
    width: 240px!important;
}
.input-small {
    width: 145px!important;
}
.input-xsmall {
    width: 80px!important;
}
.float_left ,.float-left {
    float: left;
}
.float_right ,.float-right {
    float: right;
}
.text_center ,.text-center {
    text-align: center;
}
.text_right ,.text-right {
    text-align: right!important;
}
.text_left ,.text-left {
    text-align: left!important;
}
.red {
    color: #c00;
}
.white ,a.white {
	color:#fff;
}
.black{
	color:#000;
}
.gray{
	color:#666;
}
.gray_01{
	color:#eee;
}
.gray_02{
	color:#ccc;
}
.blue_01{
	color:#3e76b6;
}
.blue_02{
	color:#003f86;
}
.green_01{
	color:#588216;
}
.green_02{
	color:#00693E;
}
.orange_01{
	color:#C45519;
}
.orange_02{
	color:#a6410a;
}
.brown_01{
	color:#817461;
}
.brown_02{
	color:#513710;
}
.pink{
	color:#B648B7;
}
.purple{
	color:#800080;
}
.bg_red {
	background:#c00;
}
.bg_white{
	background:#fff;
}
.bg_black{
	background:#000;
}
.bg_gray{
	background:#666;
}
.bg_blue_01{
	background:#bda26d;
}
.bg_blue_02{
	background:#003f86;
}
.bg_green_01{
	background:#588216;
}
.bg_green_02{
	background:#00693E;
}
.bg_orange_01{
	background:#C45519;
}
.bg_orange_02{
	background:#a6410a;
}
.bg_brown_01{
	background:#817461;
}
.bg_brown_02{
	background:#513710;
}
.bg_pink{
	background:#B648B7;
}
.bg_purple{
	background:#800080;
}
.required {
    color: #c00;
    font-size: 0.9em;
    line-height: 140%;
    padding: 3px 0;
}
.img_padding {
    padding: 10px;
}
.img_padding[align=left]{
	padding: 0 30px 30px 0;
}
.img_padding[align=right]{
	padding:0 0 30px 30px;
}
.img_pic {
    border: solid #ddd 1px;
    padding: 10px;
    box-shadow: 0px 0px 2px 2px rgba(20%,20%,20%,0.1);
}
.margin_auto{
	margin:0 auto !important;
}
.nomargin{
	margin:0 !important;
}
.nopadding{
	padding:0 !important;
}
.blockquote_font{
	max-width: 96%;
    margin: 30px auto;
    color: #333;
    border-left: 6px solid #2b50a8;
	padding-left: 1.5em;
}
table[align="center"] {
    margin-left: auto;
    margin-right: auto;
}
.align-m{
	vertical-align: middle !important;
}
.align-t{
	vertical-align: top !important;
}
.align-b{
	vertical-align: bottom !important;
}
.display_none{
	display:none;
}
.display_inline{
	display:inline-block !important;
}
.font_nowrap{
	white-space:nowrap;
}
.btn_margin{
	margin:2px;
}
.footer_laypu{
	display: inline-block;
}


@media (max-width: 480px) { 
.input-xlarge ,.input-large ,.input-medium ,.input-small ,.input-xsmall {
	max-width:100%!important;
}
}


/*for 後台 table scroll*/ /*for 編輯器.cke_editable*/
.modal-content ,.modal-body ,.modal-footer{
	width: 100%;
	float:left;
}
.bootbox-body{
	width:100%;
}
.bootbox-body .portlet{
	margin-bottom: 0;
}
.bootbox-body .table-scrollable {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border: none;
}
.bootbox-body .table-scrollable > .table-bordered > thead > tr:last-child > th,.bootbox-body .table.table-bordered thead > tr > th {
	border-bottom: 0;
	border: 1px solid #ddd;
	line-height: 130%;
	vertical-align: middle;
	padding: 10px;
}
.bootbox-body .table-scrollable > .table {
	width: 100% !important;
	margin: 0 !important;
	min-width: 650px;
}
.bootbox-body .table{
	margin-bottom:5px;
}
.bootbox-body .table > tbody > tr > td {
    line-height: 190%;
	border: 1px solid #ddd;
	padding: 5px 10px;
}
.bootbox-body .table-scrollable > .table > thead {
    border-top: solid 1px #ddd;
}
.bootbox-body .table-scrollable > .table > thead > tr > th,.bootbox-body .table-scrollable th,.bootbox-body .table > thead > tr > th {
	white-space: nowrap;
	padding: 8px;
	background: #666;
	color: #fff;
	font-weight: 500;
}
.bootbox-body .table-hover > tbody > tr:hover {
    background: rgba(0,105,62,0.05);
}
.bootbox-body .table-even > tbody > tr:nth-child(even) {
    background: rgba(0,105,62,0.05);
}
.bootbox-body .delete_th {
    padding: 10px 0 !important;
}
.modal-body ol, .modal-body ul{
	padding-left:30px;
}


/*table scroll
.table-scrollable{
	width:100%;
	overflow-x:auto;
	overflow-y:hidden;
	border:none;
}
.table-scrollable>.table-bordered>thead>tr:last-child>th,.table.table-bordered thead>tr>th{
	border-bottom:0;
	border:1px solid #ddd;
	line-height: 130%;
    vertical-align: middle;
	padding: 10px;
	font-weight:bold;
}
.table-scrollable>.table ,.table-scrollable>table{
	width:100%!important;
	margin:0!important;
	min-width:850px;
}
.table>thead>tr>th{
	border-bottom:none;
	border-left:none;
	border-right:none;
	padding: 10px;
	line-height: 130%;
}
.table>tbody>tr>td{
	line-height: 170%;
	border-top:none;
	padding: 8px;
}
.table-scrollable>.table>thead{
	border-top: solid 1px #ddd;
}
.table-scrollable>.table>thead>tr>th , .table-scrollable th ,table>thead>tr>th{
	white-space:nowrap; 
	padding:8px; 
	background:#eee; 
	color:#333;
	font-weight:500;
	text-align:center;
}
.table-even > tbody > tr:nth-child(even){
	background:#f1f6f9;
}
.table-hover > tbody > tr:hover ,.table-hover tr:hover a{
	background:#0274b9 ;
}
.delete_th{
	padding: 0 5px !important;
}*/
.table-center th ,.table-center td {
	text-align:center;
}
table .btn_delete{
	font-size:0.9em;
	padding:0 7px!important;
	border-radius:4px;
	margin:7px 2px;
	height:28px;
}
 
/*table
.table {
    display: table;
	border-color:#ddd;
	width:100%;
	margin-bottom:20px;
	border-spacing:0;
}
.table tbody tr{
    border-bottom: 1px solid #ddd;
}
.table>tbody>tr>td{
	vertical-align: middle;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}
table[align="center"] {
    margin-left: auto;
    margin-right: auto;
}
.table_01 {
    display: table;
	border:none;
	text-align:left;
}
.table-row {
    display: table-row;
}
.table-cell {
    display: table-cell;
}
.table-center th ,.table-center td {
	text-align:center;
}
.table > tbody > tr > th {
	background: #f9f9f9;
    min-height: 52px;
    border-right: solid #ddd 1px;
    font-weight: inherit;
    color: #333;
    vertical-align: middle !important;
}
.table-hover > tbody > tr:hover ,.table > tbody > tr:hover > th{
    background: rgba(0,105,62,0.05);
}
.table-even > tbody > tr:nth-child(even) {
    background: rgba(0,105,62,0.05);
}
.table td ol ,.table td ul{
    padding-left: 25px;
}*/


@media (max-width: 480px) {
.table.m_100>.table-row{
	display: block;
	width:100%;
	/*margin-bottom:20px;*/
}
.table.m_100>.table-row>.table-cell{
	display: block;
	width:100%;
}
.table.m_100 .text-right{
	text-align:left !important;
}
}


/*page_info*/
.page_info .table-row .table-cell:first-child{
	font-weight:bold;
}
.page_info .table-row .table-cell:first-child:before{
	content:"|";
	color:#bda26d;
	padding-right:10px;
}
.page_info .table-cell{
	border-bottom: solid #ddd 1px;
	padding:5px;
}


@media (max-width: 480px) {
.page_info .table-row .table-cell:first-child{
	border-bottom: none;
	width:100% !important;
	padding:0 5px;
}
.page_info .table-row .table-cell:nth-child(2){
	padding: 5px 5px 5px 20px;
}
.page_info.m_100>.table-row {
    margin-bottom: 10px;
}
}


/*縮排*/
.paddingleft22{
	padding-left:22px;
}
.textindent22{
	text-indent: -22px;
}
.text_indent{
	text-indent: 2em;
}


/*edit_con*/
.edit_con{
	/*float: left;*/
	width: 100%;
}
.edit_con ul, .edit_con ol{
	padding-left:30px;
	/*float:left;*/
	width:100%;
	clear: both;
}
.edit_con a{
	color:#3e76b6;
	/*text-decoration:underline;*/
}


/*清單*/
.ol_01{
	list-style-type:cjk-ideographic; /*一, 二, 三*/
}
.ol_02{
	list-style-type:upper-latin; /*A, B, C*/
}
.ol_03{
	list-style-type:lower-alpha; /*a, b, c*/
}
.ol_04{
	list-style-type:decimal; /*1,2,3*/
}
.ul_01{
	list-style-type:square; /*實心方塊*/
}
.ul_02{
	list-style-type: disc; /*實心圓*/
}
.ul_none ,.ol_none{
	list-style:none;
	padding-left: 0;
}
.ul_w50{
	float: left;
	width: 100%;
}
.ul_w50 li{
	float:left;	
	width: calc(50% - 40px);
    padding-right: 30px;
}
.ul_w50 li:nth-child(2n+1){
	clear:both;
}
.ul_line{
	list-style:none;
}
.ul_line li:before{
	content:"-";
	display: inline-block;
	color:#e4c916;
	padding-right:10px;
	font-weight:bold;
	margin-left: -16px;
}


@media (max-width: 767px) {
.ul_w50 li{	
	width: calc(100% - 40px);
}
}


/*for IE*/
@media screen\0 {
.ol_01{
	list-style-type:decimal-leading-zero; /*01,02,03*/
}
}


/*錨點*/
.anchor_list{
	float:left;
	width:100%;
	list-style:none;
	margin-bottom:15px;
	margin-left:0px;
	padding-left:0 !important;
}
.anchor_list a{
	float:left;
	padding:5px 15px;
	border-radius:5px;
	color:#333;
	margin: 5px 6px 5px 3px;
	border: solid #ccc 1px;
	text-decoration:none;
	box-shadow:none;
}
.anchor_list li{
	float:left;
}
.anchor_list a:hover ,.anchor_list a:focus{
	background:#eee;
	color:#333;
}
.anchor_list a.active{
	background:#3e76b6;
	color:#fff;
	border: solid #3e76b6 1px;
}


@media (max-width: 767px) {
.anchor_list a{
	font-size:0.9em;
	padding:3px 8px;
}
}


/*頁籤*/
.tabs{
	float:left;
	width:100%;
}
.tabs .nav>li>a {
    padding: 5px 15px;
    border-radius: 6px;
    margin-right: 5px;
    border: solid #ccc 1px;
    background-color: transparent;
	margin: 3px;
	color:#333;
	text-decoration:none;
	font-size:1em;
	line-height: 170%;
}
.nav-tabs {
    border-bottom-color: transparent;
	/*text-align:center;*/
	font-size:1em;
	margin-bottom:15px;
	padding-left: 0!important;
    list-style: none;
}
.nav-tabs li{
	display:inline-block;
	float:none;
}
.nav-tabs li a:hover {
    background:#eee;
	color:#333 !important;
}
.nav-tabs li.active a,
.nav-tabs li.active a:focus,.nav-tabs li.active a:hover {
	background-color: #3e76b6;
	color: #fff!important;
	border: 1px solid #3e76b6 !important;
}
.tab-content {
	float:left;
	width:100%;
	border-radius: none;
	box-shadow: none;
	background-color: transparent;
	border: none;
	padding: 0;
	/*border:solid #ccc 1px;*/
	padding:0;
}


/*併排*/
[class^='list_0'] .title ,.list_img .title  ,.list_font .title{
	color:#3e76b6;
	font-size:1.25em;
	font-weight:bold;
	margin-bottom:10px;
}

@media (max-width: 767px) {
[class^='list_0'] .title,.list_img .title  ,.list_font .title ,.list_icon_img .title{
	font-size:1.1em;
}
}


/*併排5*/
.list_05{
	float:left;
	width:100%;
}
.list_05>.item {
	display:inline-block;
	width: 16.5%;
	margin: 1.5%;
	vertical-align:top;
	line-height: 150%;
}
.list_05>.item img{
	margin-bottom:5px;
}
.list_05>.item:nth-child(5n+1) {
	clear: both;
}
.list_05.nomargin>.item{
	margin: 0;
	width:25%;
}

@media (max-width: 767px) {
.list_05>.item  {
	width: 28%;
	margin:2%;
}
.list_05>.item:nth-child(5n+1) {
	clear: none;
}
.list_05>.item:nth-child(3n+1) {
	clear: both;
}
.list_05.nomargin>.item{
	margin: 0;
	width:33.3%;
}
}

@media (max-width: 480px) {
.list_05>.item{
	width: 43%;
	margin: 3%;
}
.list_05>.item:nth-child(5n+1) ,.list_05>.item:nth-child(3n+1) {
	clear: none;
}
.list_05>.item:nth-child(2n+1) {
	clear: both;
}
.list_05>.item img {
	width: 100%;
}
.list_05.nomargin>.item{
	margin: 0;
	width:50%;
}
}


/*併排4*/
.list_04{
	float:left;
	width:100%;
}
.list_04>.item {
	float: left;
	width: 22%;
	margin: 1.5%;
}
.list_04>.item img{
	margin-bottom:5px;
}
.list_04>.item:nth-child(4n+1) {
	clear: both;
}
.list_04.nomargin>.item{
	margin: 0;
	width:25%;
}

@media (max-width: 767px) {
.list_04>.item  {
	width: 29.3%;
	margin:2%;
}
.list_04>.item:nth-child(4n+1) {
	clear: none;
}
.list_04>.item:nth-child(3n+1) {
	clear: both;
}
.list_04.nomargin>.item{
	margin: 0;
	width:33.3%;
}
}

@media (max-width: 480px) {
.list_04>.item{
	width: 44%;
	margin: 3%;
}
.list_04>.item:nth-child(4n+1) ,.list_04>.item:nth-child(3n+1) {
	clear: none;
}
.list_04>.item:nth-child(2n+1) {
	clear: both;
}
.list_04>.item img {
	width: 100%;
}
.list_04.nomargin>.item{
	margin: 0;
	width:50%;
}
}


/*併排4-2*/
.list_04-2{
	float:left;
	width:100%;
}
.list_04-2>.item {
	float: left;
	width: 22%;
	margin: 1.5%;
}
.list_04-2>.item img{
	margin-bottom:5px;
}
.list_04-2>.item:nth-child(4n+1) {
	clear: both;
}
.list_04-2.nomargin>.item{
	margin: 0;
	width:25%;
}

@media (max-width: 767px) {
.list_04-2>.item  {
	width: 44%;
	margin: 3%;;
}
.list_04-2>.item:nth-child(4n+1) {
	clear: none;
}
.list_04-2>.item:nth-child(2n+1) {
	clear: both;
}
.list_04-2.nomargin>.item{
	margin: 0;
	width:50%;
}
}

@media (max-width: 480px) {
.list_04-2>.item{
	width: 90%;
	margin: 5%;
}
.list_04-2>.item:nth-child(even){
	margin: -1% 5% 5% 5%;
}
.list_04-2>.item img{
	margin-bottom:0;
}
.list_04-2.nomargin>.item{
	margin: 0;
	width:100%;
}
}


/*併排3*/
.list_03{
	float:left;
	width:100%;
}
.list_03>.item {
	float: left;
	width: 29.3%;
	margin: 2%;
}
.list_03>.item img{
	margin-bottom:5px;
}
.list_03 .item:nth-child(3n+1) {
	clear: both;
}
.list_03.nomargin>.item{
	margin: 0;
	width:33.3%;
}

@media (max-width: 767px) {
.list_03>.item  {
	width: 46%;
}
.list_03>.item:nth-child(3n+1) {
	clear: none;
}
.list_03>.item:nth-child(2n+1) {
	clear: both;
}
.list_03.nomargin>.item{
	margin: 0;
	width:50%;
}
}

@media (max-width: 480px) {
.list_03>.item{
	width: 90%;
	margin: 5%;
}
.list_03>.item img {
	width: 100%;
}
.list_03.nomargin>.item{
	margin: 0;
	width:100%;
}
}


/*併排2*/
.list_02{
	float:left;
	width:100%;
}
.list_02>.item {
	float: left;
	width: 44%;
	margin: 3%;
}
.list_02>.item img{
	margin-bottom:5px;
}
.list_02>.item:nth-child(2n+1) {
	clear: both;
}
.list_02.nomargin>.item{
	margin: 0;
	width:50%;
}

@media (max-width: 767px) {
.list_02>.item{
	width: 90%;
	margin: 5%;
}
.list_02.nomargin>.item{
	margin: 0;
	width:100%;
}
}


/*併排1+3*/
.list_img{
	float:left;
	width:100%;
}
.list_img>.item:nth-child(2n-1) {
	float: left;
	width: 20%;
	margin: 2.5%;
}
.list_img>.item:nth-child(2n) {
	float: left;
	width: 70%;
	margin: 2.5%;
}
.list_img>.item img{
	margin-bottom:5px;
}
.list_img>.item:nth-child(2n+1) {
	clear: both;
}
.list_img.nomargin>.item{
	margin: 0;
}
.list_img.nomargin>.item:nth-child(2n-1) {
	width: 25%;
}
.list_img.nomargin>.item:nth-child(2n) {
	width: 75%;
}

@media (max-width: 480px) {
.list_img>.item{
	width: 95% !important;
}
.list_img.nomargin>.item{
	margin: 0;
	width:100%;
}
}


/*併排3+1*/
.list_font{
	float:left;
	width:100%;
}
.list_font>.item:nth-child(2n) {
	float: left;
	width: 20%;
	margin: 2.5%;
}
.list_font>.item:nth-child(2n-1) {
	float: left;
	width: 70%;
	margin: 2.5%;
}
.list_font>.item img{
	margin-bottom:5px;
}
.list_font>.item:nth-child(2n+1) {
	clear: both;
}
.list_font.nomargin>.item{
	margin: 0;
}
.list_font.nomargin>.item:nth-child(2n) {
	width: 25%;
}
.list_font.nomargin>.item:nth-child(2n-1) {
	width: 75%;
}

@media (max-width: 480px) {
.list_font>.item{
	width: 95% !important;
}
.list_font.nomargin>.item{
	margin: 0;
	width:100%;
}
}


/*youtube影片*/
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	width:100%;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
	padding-bottom: 75%;
}



@media print {
/*清除網址*/
a[href]:after {
	content: none !important;
}


/*顯示背景圖*/
*,
  *:before,
  *:after {
    background-color: inherit !important;
}
.bg_print {
	-webkit-print-color-adjust: exact !important; /* Chrome, Safari */
	print-color-adjust: exact !important; /* Chrome, Safari */
	color-adjust: exact !important; /*Firefox*/
}


/*解決Safari 在列印時使用異常小的字體*/
.container {
	width: auto;
}

.con_box{
	margin: 0;
	border: initial;
	border-radius: initial;
	width: initial;
	min-height: initial;
	box-shadow: initial;
	background: initial;
	page-break-after: always;
}

}

/*列印尺寸電腦版*/
@page {
 size: A3;
 margin: 0;
}

/*rwd table*/
.rwd-table {
	background: #fff;
	overflow: hidden;
	min-width: 100%;
	/*font-size: 0.9em;*/
	color:#333;
}
.rwd-table th {
	display: none;
}
.rwd-table td {
	display: block;
}
.rwd-table td:before {
	content: attr(data-th) " : ";
	font-weight: bold;
	width: 7.5em;
	display: inline-block;
	color:#333;
}
.rwd-table.table-hover tr:hover td:before {
	/* color:#fff; */
}
.rwd-table.table-bordered > tbody > tr > td {
	border-top: none;
	border-left: none;
	line-height: 150%;
}
.rwd-table td:nth-child(1) {
	/*border-top: solid #ddd 1px !important;*/
}
.rwd-table .update td{
	color:#900;
}
.rwd-table .update a{
	color:#900;
}
.rwd-table .delete{
	filter: grayscale(100%);
	opacity: 0.6;
}


@media (min-width: 769px) {
/*rwd table*/
.rwd-table td:before {
	display: none;
}
.rwd-table th, .rwd-table td {
	display: table-cell;
	padding: 0.25em 0.5em;
}
}


@media (max-width: 769px) {
/*rwd table*/
.rwd-table.table {
	border: none;
}
.rwd-table tr td:nth-child(1) {
	border-top: solid #ddd 1px !important;
}
.rwd-table tr td {
	border-bottom: solid #ddd 1px !important;
}
.rwd-table.table-center td {
	text-align: left !important;
}
.rwd-table tbody tr {
	display: table;
	width: 100%;
	border:solid #ddd 1px;
	margin-top: 20px;
}
.rwd-table tbody tr:first-child{
	margin-top: 0;
}
.rwd-table tbody tr td {
	display: table-row;
}
.rwd-table tbody tr td:before {
	display: table-cell;
	padding: 8px;
	text-align: right;
}
.rwd-table tbody tr .text-center {
	text-align:left;
}
.rwd-table td > input ,.rwd-table select ,.rwd-table .multiple-select{
	margin: 2px !important;
	width: calc(100% - 4px) !important;
}
}

/*order_subtotal*/
.order_subtotal{
	float: left;
	width: 100%;
}
.order_subtotal>.item{
	float: left;
	width: 100%;
	text-align: right;
}
.order_subtotal >.item .subtotal_title{
	float: left;
	width: calc(100% - 115px);
}
.order_subtotal >.item .subtotal_price{
	float: left;
	width: 115px;
	padding-right: 10px;
}
.order_subtotal > .item.total {
    border-top: double #ccc 3px;
    margin-top: 5px;
    padding-top: 5px;
}
.price_red {
    color: #900;
    font-size: 1.2em;
}


/*智能客服smart robot*/
.ai_msg {
  background: #fff;
  margin: 0 auto 100px auto;
  width: 100%;
  position: relative;
}
.ai_msg .message_con {
  height: 55vh;
  overflow-y: scroll;
}
.ai_msg .message_con .message_left {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.ai_msg .message_con .message_left .img {
  float: left;
  width: 60px;
}
.ai_msg .message_con .message_left .font {
  margin-left: 60px;
}
.ai_msg .message_con .message_left .con_font {
  margin: 5px 35px 5px 0;
  background: rgba(0, 0, 0, 0.05);
  padding: 5px 10px;
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  word-break: break-all;
}
.ai_msg .message_con .message_left .time {
  font-size: 0.75em;
  color: #999;
  margin-right: 10px;
  margin-top: -5px;
  float: left;
  width: 90%;
  text-align: left;
}
.ai_msg .message_con .message_right {
  width: 100%;
  float: right;
  margin-bottom: 10px;
}
.ai_msg .message_con .message_right .img {
  float: right;
  width: 60px;
}
.ai_msg .message_con .message_right .img i ,.ai_msg .message_con .message_left .img i{
  font-size: 3em;
  color: #999;
  float: right;
  margin: 20px 5px 5px 5px;
}
.ai_msg .message_con .message_right .font {
  margin-right: 60px;
}
.ai_msg .message_con .message_right .con_font {
  margin: 5px 0 5px 35px;
  background: rgba(0, 166, 81, 0.08);
  padding: 5px 10px;
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: right;
  word-break: break-all;
}
.ai_msg .message_con .message_right .time {
  font-size: 0.75em;
  color: #999;
  margin-right: 10px;
  margin-top: -5px;
  float: right;
  width: 90%;
  text-align: right;
}
.ai_msg .message_con img {
  width: 50px;
  margin: 5px;
  border-radius: 50%;
  border: solid #eee 1px;
}
.ai_msg .message_con a {
  text-decoration: underline !important;
}
.ai_msg .send {
  position: absolute;
  bottom: -60px;
  background: #eee;
  padding: 5px;
  width: 100%;
}
.ai_msg .send input {
  width: calc(100% - 50px);
  max-width: 100%;
  float: left;
  margin-right: 5px;
}
.ai_msg .send .send_icon {
  width: 40px;
  float: left;
  background: #3598dc;
  color: #fff;
}
.ai_msg .send .send_icon i {
  font-size: 1.5em;
  margin-left: -5px;
}

/*print_con_table*/
.print_con_table {
	width: 1100px;
	padding: 15px;
	margin: 0 auto;
	background: #fff;
  }
  .print_con_table .title {
    font-size: 1.1em;
    text-align: center;
    font-family: LiSong;
}
  .print_con_table h2 {
	text-align: center;
	margin-bottom: 10px;
  }
  .print_con_table .print_date {
	float: right;
	margin-top: -55px;
	font-size: 0.85em;
  }
  .print_con_table .table_info {
	width: 100%;
	font-size: 0.85em;
  }
  .print_con_table .table_info td {
	line-height: 160%;
	vertical-align: top;
  }
  .print_con_table .table_info td:nth-child(2) {
	padding-right: 10px;
  }
  .print_con_table .table_order {
	font-size: 0.8em;
  }
  .print_con_table .table_order th {
	line-height: 130%;
	padding: 5px;
	background: #666;
	color: #fff;
  }
  .print_con_table .table_order td {
	line-height: 130%;
	padding: 5px;
  }
  .print_con_table .table_order .subtotal {
	background: #f5f5f5;
	border: none;
  }
  .print_con_table .table_order .subtotal .price {
	font-size: 1.2em;
	font-weight: bold;
  }
  .print_con_table .table_order .subtotal tr, .print_con_table .table_order .subtotal td {
	border: none;
  }
  .print_con_table .table_order .total {
	background: rgba(244, 227, 149, 0.3);
	border: none;
  }
  .print_con_table .table_order .total .price {
	font-size: 1.4em;
	font-weight: bold;
	color: #900;
  }
  .print_con_table .table_order .total td {
	border: none;
  }
  .print_con_table .table_order .total_border {
	border-top: double #ccc 3px;
  }
  
  .note {
	font-size: 0.8em;
	margin-top: -20px;
  }
  .note .note_list {
	margin-bottom: 0;
  }

