﻿.sticky-navigation-c .navbar-nav > li > a {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	color: #CCC;
}

.navbar-inverse-r {
	background-color: #222;
	border-color: #080808;
	background: url(../images/bg-image-11.jpg) no-repeat center top fixed;
	-moz-box-shadow: 0px 1px 3px rgba(128,092,128,0.5),
	 inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow: 0px 1px 3px rgba(128,092,128,0.5),
	 inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow: 0px 1px 3px rgba(128,092,128,0.5),
	 inset 0px 0px 2px rgba(255,255,255,0.7);
}

.sticky-navigation-c {
	min-height: 75px;
	-webkit-backface-visibility: hidden;
	border: 0;
}

.php_productarea .php_ptitle {
	color: #333;
	font-weight: bold;
	font-size: 20px;
}

.canClick{
	cursor:pointer;
}

.delorder{
	color:rgb(139, 36, 36);
}

.php_productarea .php_pprice {
	color: #f00;
	font-weight: bold;
	font-size: 20px;
}

.alert-primary {
	background-color: #428bca;
	border-color: #428bca;
	color: #fff;
}

.order-fee{
	border-bottom: 1px solid #729EA2;
}

.order2-form-row{
	margin-bottom:10px
}

/* mobile screen*/
@media(max-width:767px){
	.php_productarea .php_pcpli .php_pgettemplate {
		clear: both;
		display: block;
		overflow: hidden;
		text-indent: -999px;
		background: transparent url("../images/products/button/botton_3.png") no-repeat center center;
	}
	
	.php_productarea .php_showallproduct {
		margin: 10px 0px;
		clear: both;
		display: block;
		overflow: hidden;
		height: 30px;
		line-height: 30px;
		background: transparent url("../images/step2_re.png") no-repeat center center;
		cursor: pointer;
		color: #267bb1;
		font-size: 12px;
		padding-right: 20px;
	}
}

@media(min-width:768px){
	.php_productarea .php_pcpli .php_pgettemplate {
		clear: both;
		display: block;
		overflow: hidden;
		text-indent: -999px;
		background: transparent url("../images/products/button/botton_3.png") no-repeat
	}
	
	.php_productarea .php_showallproduct {
		margin: 10px 0px;
		clear: both;
		display: block;
		overflow: hidden;
		width: 122px;
		height: 30px;
		line-height: 30px;
		background: transparent url("../images/step2_re.png") no-repeat center center;
		cursor: pointer;
		color: #267bb1;
		font-size: 12px;
		padding-right: 20px;
	}
	
	.featured-box{
		box-shadow: 0 0 8px #888;
		-moz-box-shadow: 0 0 8px #888;
		-webkit-box-shadow: 0 0 8px #888;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		box-shadow: 0 0 12px #777;
		-moz-box-shadow: 0 0 12px #777;
		-webkit-box-shadow: 0 0 12px #777;
	}
	

}

.featured-box .booklist-header{
	height:100px;
}

.featured-box .booklist-footer{
	margin-top:20px;
	margin-bottom:20px;
}

.container .step-title {
	margin:30px 0px;
}

.container .step1subtitle {
	margin:20px 0px;
}

.container .step1subtitle .step1subtitle-img {
	margin-right:10px;
}

.container .step1 {
	margin-bottom:20px;
}

.container .step1 .step1-warning {
	padding-left:10px;
	border-left:3px solid #f00;
	display:block;
	color:#f00;
}

/* 網路相簿相關 [Start] ------------------------------------------------------------------------------ */
.php-album-box{
	font-family:微軟正黑體;
	font-size:13px;
	text-shadow: 1px 1px 1px #ccc;
	margin:0 auto;
	min-height:600px;
	height:auto !important;
	height:600px;
}

.php-album-entry{
	position:relative;
	min-height:200px;
	height:auto !important;
	height:200px;
	cursor:pointer;
	border:1px solid #eee;
}

.php-album-entry a{
	color:#111;
}

.php-album-entry-imgbox{
	height:200px;
	margin-top:4px;
}

.php-album-entry-txtbox{
	margin:0 auto;
	width:100%;
	height:40px;
	position:relative;
	bottom:0;
	left:0;
}

.php-album-entry-txtbox-top{
	color:#004ea0;
	position:absolute;
	top:0;
	left:3px;
	width:96%;
	overflow:hidden;
	white-space:nowrap;
	text-align:left;
}

.php-album-entry-txtbox-bottom{
	position:absolute;
	bottom:0;
	left:3px;
	width:96%;
	overflow:hidden;
	white-space:nowrap;
	text-align:left;
}

.php-album-entry-txtbox-bottom b{
	color:#ff5555;
}

.php-album-entry-txtbox-icon{
	position:absolute;
	right:-14px;
	bottom:1px;
	z-index:99;
	border-color:#ddd !important;
}

.php-album-entry-txtbox-date{
	font-size:8px;
	margin-left:-2px;
}

.php-album-entry-txtbox-description{display:none;}

.php-album-search-box{
	font-family:微軟正黑體;
	font-size:13px;
	text-shadow: 1px 1px 1px #ccc;
	text-align:left;
	margin-bottom:10px;
}

.php-album-search-box .btn{
	border:solid #ddd 1px;
	margin-right:4px;
	background-color:#eee;
}

.php-album-search-box .btn:hover{
	border:solid #eee 1px;
}

.php-album-search-box input[type=text]{
	line-height:17px;
}

.php-album-search-box input[type=button]{
	line-height:19px;
}

#php-album-tools,#jqContextMenu{
	display:none;
	font-family:微軟正黑體;
	font-size:13px;
	text-shadow: 1px 1px 1px #ccc;
	text-align:left;
}

#fallr-wrapper{
	text-align:left;
}

.php-photo-already-pclear{
	position:absolute;
	width:54px;
	height:58px;
	top:0;
	left:1px;
	background-image:url('../images/album/already-pclear.png');
}

.php-album-photo-preview{
	font-family:微軟正黑體;
	font-size:13px;
	text-shadow: 1px 1px 1px #ccc;
	text-align:left;
	color:#111;
}

.php-album-photo-preview-tools{
	margin:0 auto;
	margin-top:2px;
	border:solid #ccc 1px;
	text-align:center;
}

.php-album-photo-preview-tools-title{
	text-align:center;
	background-color:#eee;
	color:#111;
	font-weight:bold;
	border-bottom:solid #ccc 1px;
}

.php-album-photo-preview-tools-content{
	border-bottom:solid #ccc 1px;
	padding:5px 5px 10px 5px;
	font-size:8px;
}
.php-album-photo-preview-tools-content label{
	margin-bottom:-3px;
	vertical-align:middle;
}
.php-album-photo-preview-tools-content input[type=checkbox]{
	vertical-align:middle;
}
.php-album-photo-preview-tools-content-last{
	border-bottom:none;
	min-height:48px;
	height:auto !important;
	height:48px;
	text-align:left;
}
/* 網路相簿相關 [End] ------------------------------------------------------------------------------ */

/* uploadResult(訂購) [Start] ------------------------------------------------------------------------------ */
.dropcap {
	display: block;
	float: left;
	font-size: 23px;
	font-weight: bold;
	line-height: 36px;
	width: 36px;
	height: 36px;
	text-align: center;
	margin: 0 7px 0 0;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	color: white;
	background: #484848;
}
/* uploadResult(訂購) [End] ------------------------------------------------------------------------------ */

/* orderhistory(訂購記錄) [Start] ------------------------------------------------------------------------------ */
.php-orderhistory{
	font-family:微軟正黑體;
	font-size:13px;
	text-shadow: 1px 1px 1px #ccc;
	text-align:left;
	margin-top:-60px;
}
.php-orderhistory input[type=text].hasDatepicker{
	line-height:16px;
	width:84px;
	padding:0 2px 0 2px;
	border: 1px solid #ccc;
	border-radius: 4px;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.php-orderhistory-search-btnbox input[type=button]{
	font-size:13px;
	line-height:13px;
	margin:0 auto;
}

#ui-datepicker-div{
	font-family:微軟正黑體;
	font-size:13px;
	text-shadow: 1px 1px 1px #ccc;
	font-size:13px;
}
#ui-datepicker-div select{color:#111;}

.ui-widget-header{
	background-color:#ccc !important;
	background-image:none !important;
	border:solid #999 1px !important;
}

.php-orderhistory-title{
	color:#eee;
	background-color:#444;
	border:solid #999 1px;
	text-shadow:none;
	margin-top:10px;
}

.pageulcss td a{
	padding:2px 5px 2px 5px;
	background-color:#eee;
	margin:0 0 0 2px;
}

.quickselectpage{
	padding:5px;
}

.quickselectpage select{
	margin-left:5px;
}

/* orderhistory(訂購記錄) [End] -------------------------------------------------------------------------------- */

/* booklists(製作紀錄) [Start] ------------------------------------------------------------------------------ */
.php-booklists-img-area{
	min-height: 120px;
	max-height: 120px;
}

.php-booklists-img{
	max-height: 120px;
	max-width: 120px;
}

.php-booklists-panel .panel-heading{
	overflow:hidden;
	max-height: 46px;
}

.php-booklists-panel{
  min-height: 550px!important;
  max-height: 600px!important;
}

.php-booklists-button{
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
}

.php-booklists-prodtag{
	margin: 5px;
}

.php-booklists-editorbutton{
	margin: 3px;
}

.php-booklists-orderstar{
	margin: 3px;
}

/* booklists(製作紀錄) [End] -------------------------------------------------------------------------------- */

/* memeberregister(會員註冊) [Start] ------------------------------------------------------------------------------ */
.php-memberregister{
	font-family:微軟正黑體;
	font-size:14px;
	text-shadow: 1px 1px 1px #ccc;
	text-align:left;
	margin-top:-60px;
}
.php-memeberregister-account-row{
	margin-bottom:0;
}
#member_message{text-align:center;}
/* memeberregister(會員註冊) [End] -------------------------------------------------------------------------------- */

#shoppingcar{
	margin:10px 0 0 0;
}

/* verifyedit(驗證編輯密碼) [Start] ------------------------------------------------------------------------------ */
.php-verifyedit #verid,.php-verifyedit #status{
	font-family:微軟正黑體;
	font-size:13px;
	text-shadow: 1px 1px 1px #ccc;
}
/* verifyedit(驗證編輯密碼) [End] ------------------------------------------------------------------------------ */

/* customprods (自訂商品列表) [Start] ------------------------------------------------------------------------------ */
.php-custom-prod-content{
	margin-top:-80px;
}
.php-custom-prod-grid{
	border:solid #eee 1px;
	padding:5px;
	text-align:center;
	font-family:微軟正黑體;
	font-size:13px;
	text-shadow: 1px 1px 1px #ccc;
	margin-top:5px;
	position:relative;
}

.php-custom-prod-addcart{
	text-align:center;
}

.php-custom-prod-imgbox{
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
	height:150px;
	overflow:hidden;
	white-space:nowrap;
}

.php-custom-prod-imgbox img{
	margin:0 auto;
}

.php-custom-prod-text{
	text-align:left;
}

.php-custom-prod-name{
	font-size:14px;
	font-weight:bold;
}
.php-custom-prod-desc-box{
	margin-top:5px;
}

.php-custom-prod-list-price{
	text-align:right;
	color:#178951;
}

.php-custom-prod-line{
	border-top:dashed #ccc 1px;
	margin-bottom:6px;
}

#php-custom-prod-menu li{
	text-align:center;
	font-family:微軟正黑體;
	font-size:13px;
	text-shadow: 1px 1px 1px #ccc;
	line-height: 10px;
	background-color:#eee;
	border:solid #ccc 1px;
}

#php-custom-prod-menu li a{
	color:#111;
}

.php-custom-prod-page-content{
	font-family:微軟正黑體;
	font-size:13px;
	text-shadow: 1px 1px 1px #ccc;
}

.php-custom-prod-info{
	margin-top:10px;
	text-align:left;
}

.php-custom-prod-templates{
	height:200px;
}

.php-custom-prod-text{text-align:left;}
/* customprods (自訂商品列表) [End] -------------------------------------------------------------------------------- */

.nav-tabs.nav-justified>li>a {
	border-radius: 4px 4px 0 0;
}
.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: #eee;
}
.navbar-inverse .navbar-toggle {
	border-color: #333;
	background: #bbb;
}
input.input-field {
	width: 100%;
	margin-bottom: 2%;
}
input#btnContact {
	margin-top: 2%;
}
/*design*/
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: local('Oswald Light'), local('Oswald-Light'), url(/css/Oswald-Light.woff) format('woff');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(/css/Oswald-Regular.woff) format('woff');
}



body, h1, h2, h3, h4, h5, h6, legend,
.navbar-nav > li > a, .btn {
    font-family: "Oswald","微軟正黑體",sans-serif;
}

a {
    background: transparent;
}

.breadcrumb {
    background-color: transparent;
    border-radius: 4px;
    list-style: outside none none;
    margin-bottom: 20px;
    padding: 8px 15px;
	background-color: #f5f5f5;
	border: solid 1px #e2e2e2;
}


.breadcrumb > li + li:before {
    color: #ccc;
    content: "| ";
    padding: 0 5px;
}

#bootstrap_content {
	margin: 50px 0;
}

#bootstrap_content .navbar.navbar-default{
	border-bottom:3px solid #333;
	border-radius:0;
}

.form-group .communityarea{
	margin-top:15px;
}

#products article {
	margin-bottom:20px;
}

.php-memberregister{
	margin-top: 0;

}
.php-memberregister h3{
	text-align:center;
}


.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
}

#helper_nav {
    text-align: center;
}
#helper_nav .nav.navbar-nav {
    display: inline-block;
    float: none;
    margin: 0 auto;
}

#helper_nav .navbar-nav > li > a {
    color: #333;
}

#helper_nav .navbar-nav > .active > a, 
#helper_nav .navbar-nav > li > a:hover, 
#helper_nav .navbar-nav > li > a:focus, 
#helper_nav .navbar-nav > .active > a:hover, 
#helper_nav .navbar-nav > .active > a:focus{
    background: inherit;
    color: #eb7f37;
}

#helper_nav .navbar-nav ul {
    left: 0;
    position: absolute;
    top: 96px;
    z-index: 1024;
	border-top: none;
}


#helper_nav .navbar-nav > li > .dropdown-menu {
	border-radius:0;
}


#helper_nav .dropdown-menu .divider {
    margin: 0;
}



.php-orderhistory {
    margin-top: -20px;
}

.php-booklists-panel {
    max-height: none;
    min-height: auto;
    overflow: hidden;
}

._memberindex img {
	margin-bottom:15px;
}

.hasDatepicker.form-control{
	
}
.hasDatepicker.form-control[disabled], 
.hasDatepicker.form-control[readonly], 
fieldset[disabled] .hasDatepicker.form-control {
    cursor: text;
	display:inline-block;
	margin-bottom:10px;
}


.php-album-box .btn.glyphicon{
	font-family: "Glyphicons Halflings";
}

.php-album-box .btn.btn-lg {
    font-size: 18px;
    padding: 10px 19px;
}

#php_maincontent .panel-heading {
    color: #fff;
}

#php_tags .php-booklists-prodtag {
    position: relative;
}

#php_tags .php-booklists-prodtag .dropdown-menu{
    position: absolute;
	background:#ccc;
}

#php_maincontent .panel-heading #newname {
    margin-top: -4px;
}


.php-album-entry {
	border:none;
	margin-bottom:10px;
}
.php-album-entry a {
	outline: medium none;
}
.php-album-entry-imgbox {
    border: 1px solid #cecece;
	border-bottom:none;
    border-image: none;
    height: 200px;
    margin-top: 4px;
    padding: 10px;
	background: none repeat scroll 0 0 #f7f7f7;
}

.php-album-entry-txtbox {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.42);
    border: 1px solid #cecece;
	border-top:none;
    bottom: 0;
    height: 40px;
    left: 0;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    width: 100%;
	border-top:1px dashed #efefef;
}

.php-album-entry-txtbox-icon {
    right: 2px;
}


.php-album-search-box input[type="text"]{
	background-color: #ededed;
    border-color: #ccc;
    color: #444;
	box-shadow: none;
	background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: inline;
    font-size: 14px;
    height: 34px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 30%;
}
.php-album-search-box input[type="text"]:focus{
	background-color: #f7f7f7;
    border-color: #777;
    box-shadow: none;
}




.php-album-search-box input[type="button"],
.php-album-search-box a.btn,
.php-album-entry div.btn {
    line-height: 14px;
	cursor: pointer;
	font-family: "Oswald","微軟正黑體",sans-serif;
	background: none repeat scroll 0 0 #eb7f37;
    color: #ffffff !important;
	border-radius: 4px;
    font-size: 12px;
    padding: 10px 11px;
	text-transform: uppercase;
	text-decoration: none;
    -webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	-moz-user-select: none;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
    vertical-align: bottom;
    white-space: nowrap;
	border:none;
	border-bottom: 2px solid #dd6c35 !important;
	text-shadow:none;
}

.php-album-search-box input[type="button"]:hover,
.php-album-search-box input[type="button"]:focus,
.php-album-entry div.btn:hover,
.php-album-entry div.btn:focus,
.php-album-search-box a.btn:hover,
.php-album-search-box a.btn:focus {
	background: none repeat scroll 0 0 #555555 !important;
	border:none !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.25) !important;
	outline: 0 none;
}




@media(max-width:767px){
	#bootstrap_content {
		margin: 0;
	}
	#helper_nav .navbar-nav ul {
		position: static;
	}
	
	#helper_nav .nav.navbar-nav {
		display: block;
	}
	#bootstrap_content .navbar {
		min-height: inherit;
	}
	#bootstrap_content .navbar.navbar-default {
		border-bottom: none;
		border-radius: 0;
	}
	#bootstrap_content .navbar-header {
		padding-bottom: 0;
	}
}
#shoppingcar{
		z-index: 2000;
}
@media (min-width:768px){
.container {
	width: 1070px;
}

#bootstrap_content{
	min-height:500px;
}
}
.bshare-custom.icon-medium {
	font-size: 14px;
	line-height: 28px !important;
}
#preHeader {
	height: 40px;
}
#preHeader .socialNetwork {
	margin-top: 12px;
}
div#bootstrap_content {
  padding: 4% 0!important;
  min-height:400px!important;
}

select#last_selection,select.addr,select#citysel,select.addr.cityaasel2,select.addr.cityaasel,select#citysel,select#last_selection,select#last_selection1,select#last_selection2,select.addr1,select#last_selection2,select.addr2{
	width:100%!important;
	margin-bottom:3%!important;
}
select{
	width:100%!important;
	padding: 6px 12px;
}
.form-control{
	width:100%!important;
	margin-bottom:1%!important;
}
.php_templatearea .php_showpreview {
  margin-top: -20px!important;
  display: block;
  margin: 0px 20%;
  width: 100px;
  height: 20px;
  line-height: 20px;
  color: #900;
  background: transparent url("../images/pv.gif") no-repeat 0px 3px;
  font-size: 12px;
  cursor: pointer;
  padding-left: 5%;
}
.canClick img {
  padding: 10px;
  margin-bottom: 12px;
}
.hiline{
	margin-bottom:1%!important;
}
button#cancel {
  margin-right: 1%!important;
}
label.form-control {
  display: table!important;
}
@media(max-width:480px) {
.sm-title{
	text-align:center;
}
.pi-context{
	text-align:center;
}
.pi-title{
	text-align:center;
}
}
.php-booklists-panel {
	background: #efefef!important;
}
input#seachermember_input {
	margin-bottom:1%!important;
}
.php-orderhistory-search-btnbox {
	margin-top: 1%!important;
	margin-bottom: 2%!important;
}
.search{
	line-height: 48px;
}
@media(max-width:480px) {
.search{
	text-align: center!important;
}
.php-orderhistory-search-btnbox {
	text-align: center!important;
}
.searchmember{
	text-align:center!important;
}
}
#php_tags {
  margin-bottom: 1%;
}
@media(max-width:480px) {
.searcha{
	text-align:center!important;
}
.php-orderhistory-search-btnbox{
	text-align:center!important;
}
}
.searcha{
	text-align:right;
	margin-top: 20px;
}
.php-orderhistory-search-btnbox{
	margin-bottom:2%!important;
}
input#seachermember_input{
	margin-bottom:2%!important;
}
select.php-custom-prod-pager {
  width: 100px!important;
}
.custprod-title{
  font-size: 20px;
  font-weight: bold;
  color: #555;
}
.php-custom-prod-topright-inner-price b {
  color: #f00;
  font-weight: bold;
  font-size: 20px;
}
.php_productarea .php_pcpli .php_pgettemplate {
	  height: 60px;
}
div#order_perview_content {
    overflow-x: scroll;
}
/*enddesign*/
/* member only */
ul#mot_ul container{
	margin:0 auto;
}
#php_memberOnlyContent {
    overflow: hidden;
    margin: 0 auto;
}
@media (max-width: 740px){
#php_memberOnlyContent {
    width: 100%;
    margin:0;
	min-height:200px;
}
}
#php_memberOnlyContent>ul{
	white-space: nowrap;
	float: left;
}
#btn_left, #btn_right{
	width:26px;
	height:56px;
	background:url(../images/mot_left_right_bg.png);
	cursor:pointer;
}
#btn_left{
	float:left;
}
#btn_right{
	float:right;
	background-position-x:-26px;
}
#btn_left:hover{
	background-position-x:-52px;
}
#btn_right:hover{
	background-position-x:-78px;
}
#left_right{
	height:0px;
	position: absolute;
	margin-top: 50px;
	display:none;
}
li.mot_item{
	list-style-type: disc;
	display: inline-block;
	width: 190px;
}
li.mot_item>ul:hover{
	cursor:pointer;
}
li.mot_template{
	max-width: 150px;
	height: 120px;
	overflow: hidden;
}
li.mot_template>img{
	max-width:150px;
	max-height:120px;
}
#php_memberOnlyPopDIV{
	width:100%;
	position:fixed;
	z-index:99;
}
#php_memberOnlyPopLite{
	width:320px;
	height:320px;
	border-radius: 10px;
	background:gray;
	position:fixed;
	z-index:99;
	padding:15px;
}
div.php_memberOnlyPopLiteClose{
	width:50px;
	height:50px;
	position: absolute;
	right: 0px;
	top: 0px;
}
div.php_memberOnlyPopLiteContent{
	
}
div#liteContent>ul>li{
	font-size:16px;
	color:white;
}
.absVerticalMiddle{
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
div.mot_loadingContent{
	width: 100%;
    text-align: center;
    vertical-align: middle;
    line-height: 420px;
    color: white;
}
div.php_loadingDiv{
	width:100%;
	height:100%;
	background: rgba(128, 128, 128, 0.85);
	position: absolute;
	top: 0px;
	left: 0px;
}
div.php_memberOnlyPopContent{
	width:100%;
	height:100%;
	background:gray;
}
div.php_memberOnlyPopContentArrowup{
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 25px solid rgba(50,50,50,0.5);
	position: relative;
	left: 0px;
}
div.php_memberOnlyPopClose{
	width:50px;
	height:50px;
	position: absolute;
	right: 0px;
	top: 25px;
}
div.php_memberOnlyPopClose:before, div.php_memberOnlyPopLiteClose:before{
	width:30px;
	height:30px;
	content:' ';
	display:block;
	background:url(../images/mot_close.png);
	margin:10px;
}
div.php_memberOnlyPopClose:hover:before, div.php_memberOnlyPopLiteClose:hover:before{
	background-position:30px;
}
div.php_motEditorSection{
	width:100%;
	height:340px;
	padding-top:10px;
}
div.php_motEditor{
	width:640px;
	height:325px;
	border:1px solid green;
	/*margin:0 auto;*/
	float:left;
}
div#mot_multiEdit{
	padding:3px;
}
#mot_inputs{
	float: left;
	padding: 10px;
}
#mot_inputs.expand{
	min-width:800px;
	width:95%;
}
#mot_inputs.shrink{
	width:350px;
}
#mot_expand_shrink{
	right: 12px;
    position: absolute;
    top: 12px;
	cursor:pointer;
	display:none;
}
#mot_tabs{
	min-height: 320px;
}
body.dialog-open{
	position: fixed; overflow-y:scroll; width:100%;
}
@media(max-width:767px){
	body.dialog-open{
	position: absolute; width:100%; overflow-y:auto!important;
}
}
ul.BEpage{
	list-style: none;
	padding-left:0px;
}
ul.BEpage>li{
	line-height:24px;
	height: 24px;
    padding: 5px 0px 5px 10px;
	margin-left:20px;
	background: url("../../js/SlickGrid-master/images/arrow_right_spearmint.png") no-repeat center left;
	list-style: none;
	margin: 0;
}
ul.BEpage>li>span{
	display: inline-block;
}
ul.BEpage>li>input[type="text"]{
	background:white;
	border:1px solid gray;
	padding: 5px;
	width:220px;
}
ul.BEpage>li>select{
	height:28px;
	padding: 5px;
	-webkit-border-radius: 3px;
}
div#mot_thinEdit{
	padding:15px 5px;
}
div#mot_thinEdit legend{
	padding:5px 10px;
	background-color:#4F709F;
	color:#FFF;
	margin-left: 10px;
}
div#mot_myGrid{
	background: white;
	outline: 0;
	border: 1px solid gray;
}
div#mot_thinEdit fieldset{
	border:1px solid gray;
}
div.slick-column-name, span.slick-column-name{
	font-size:8pt;
}
div#mot_toolBar>button{
	margin:7px;
}
#mot_option{
	display:inline-block;
	margin:0px;
	padding:10px;
}
#mot_option>ul{
	margin:5px;
}
#mot_option>ul>li{
	list-style:none;
	background:none;
	display: inline-block;
}
#mot_option>ul>li>input{
	padding:2px;
	margin:2px;
}
#php_mot_confirmOrder{
	display:none;
}
#php_createBookidList>ul{
	margin-left: 0;
	padding: 0;
	cursor: default;
}
#php_createBookidList>ul>li{
	padding:0px;
}
#php_mot_orderQty{
	color:red;
	margin:0px 5px;
}
#qtySpinner{
	width:50px;
}
#ordermemo{
	background:white;
	margin-left:10px;
	border: 1px solid #d3d3d3;
    padding: 5px;
}
ul#php_mot_prompt{
	color:red;
	font-size:15px;
}
span.ui-spinner{
	margin-left:10px;
}
span.openEditor{
	cursor:pointer;
	text-decoration: underline;
	padding:0px 3px;
}
.BeforeEditing_hide{
	display:none;
}
div.php_motEditor.normal{
	width:600px;
}
div.php_memberOnlyPopContent.normal{
	background:none;
	width:1100px;
	left:-20px;
	position: relative;
}
/* verifycode(會員登入驗證) [Start] ------------------------------------------------------------------------------ */
.form-group.formgroup-verifycode {
    margin-left: 70px;
	margin-bottom:20px;
}
input#verifycode {
	border: 1px solid #ccc;
	padding: 6px 12px;
	border-radius: 4px;
	background-color: rgb(250, 255, 189);
	height: 34px;
	margin-right:20px;
	margin-bottom:20px;
}
@media (max-width:1026px){
.form-group.formgroup-verifycode {
	margin-left:0;
	text-align:left;
}
}
@media (max-width:767px){
.form-group.formgroup-verifycode {
    margin-left: 0;
	text-align: center;
	width: 100%;
	padding:0;
}
input#verifycode {
	width: 100%!important;
}
}
@media (max-width:736px){
.control-label.verifycode-label{
	text-align:left;
}
input#verifycode {
	width: 100%!important;
}
}
/* verifycode(會員登入驗證) [End] ------------------------------------------------------------------------------ */