@charset "UTF-8";
/* CSS Document */

a:hover,a:focus{
    text-decoration: none;
    outline: none;
}

.member-title{
	margin-top:60px;
	text-align:center;}

.member-title h1{
	font-size:30px;}

.tabs{
	margin:80px 0;
	}


.nav-tabs {
    border-bottom: 1px solid #e4e4e4;

}

.nav-tabs li{
	
	text-align:center;
	width:50%;}



.nav-tabs > li > a{
    border-radius: 0px;
    border: 1px solid #e4e4e4;
    border-right: 0px none;
    margin-right: 0px;
    padding: 8px 17px;
    color:#222222;
   
}
.nav-tabs > li:last-child{
    border-right:1px solid #e4e4e4;
}
.nav-tabs > li > a{
    padding: 15px 20px;
}
.nav-tabs > li > a:hover{
 
    border-right: 0px none;
    background: #0099cc;
    color:#fff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover{

    border-right: 0px none;
    color: #0099cc;
}
.tab-content > .tab-pane{
    border: 1px solid #e4e4e4;
    border-top: 0px none;
    padding: 20px;
    line-height: 22px;
    color: #7e828a;
	background-color:#FFF;
}


.tab-pane h2{
	text-align: center;
	font-size: 20px;
}

.title-line{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding:20px 0;
}




@media (max-width: 767px) {
.log-btn img{
	margin:0 auto;
	width: 50% !important;
	
}}


/* 表單 */
input[type="text"], 
input[type="password"], 
textarea, 
textarea.form-control {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #f8f8f8;
    border: 2px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

textarea, 
textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}

input[type="text"]:focus, 
input[type="password"]:focus, 
textarea:focus, 
textarea.form-control:focus {
	outline: 0;
	background: #fff;
    border: 3px solid #ccc;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, 
textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: #888; }

input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, 
textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #888; }

input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #888; }





.social-login {
	margin-top: 35px;
}

.social-login-buttons {
	margin-top: 25px;
}

.middle-border {
	min-height: 300px;
	margin-top: 170px;
	border-right: 1px solid #ddd;
}


.member-btn{
	margin:40px 0 20px 0;}

.member-btn a{
	padding: 10px 0;
	font-size: 16px;
	text-align: center;
	display: block;
	color: #000;
	background-color: #53cee2;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-weight: normal;
}

.member-btn a:hover{
	background-color:#0099cc;
	color:#fff;}

.forget a{
	color:#0099cc;}
	
	
.forget a:hover{
	color:#333;}

.register-box{
	text-align:center;
	padding:0 60px !important;}
	
.register-box h2{
	border:0;
	font-size: 20px;
	padding:0;
}	

.register-box p{
	margin-bottom:30px;}
	
.register-box-line{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	padding:20px 0;
}	


/* 會員中心 */
.user-nav{
	margin:20px 0;
	text-align:center;
	display:block;clear:both;}

.user-nav ul{
	margin:0;
	padding:0;
	list-style: none;
	display: inline-block;

}

.user-nav li{
	font-size:16px;
	text-align: center;
	float: left;
	list-style: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
		padding:0 20px;
}

.nav-tabs  li:last-child{
	
}
	
.user-nav li a{

}	


.user-nav  li.active {
    color: #0099cc;
}


.user-content{
	margin-bottom:80px;
	background-color:#FFF;
	padding:40px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
font-weight: normal;}

.user-content h2{
	font-size:20px;
	color:#333;}
@media (max-width: 767px) {
	.user-content{
		margin-bottom:40px;
	padding:20px;}}

/* 表格 */

.responsive-card-table {
	width:100%;
  border-collapse: collapse;
}

.responsive-card-table.unstriped tbody {
  background-color: transparent;
}

.responsive-card-table th {
	text-align:center;
	padding:10px;
  background-color: #f5f5f5;
}

.responsive-card-table tr,
.responsive-card-table th,
.responsive-card-table td {
	font-size:16px;
		padding:10px;
  border: 1px solid #999;
}

@media screen and (max-width: 640px) {
  .responsive-card-table {
	  
  }
  .responsive-card-table thead tr {
    position: absolute;
    top: -9999em;
    left: -9999em;
  }
  .responsive-card-table tr {
	  padding:0;
    border: 1px solid #999;
    display: block;
  }
  .responsive-card-table tr + tr {
    margin-top: 1.5rem;
  }
  .responsive-card-table td {
    border: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: center;
        -ms-flex-align: center;
  align-items: center;
    border-bottom: 1px solid #eee;
    padding-left: 50%;
    position: relative;
  }
  .responsive-card-table td:before {
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    line-height: 1.5;
    margin-left: -100%;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .responsive-card-table td:after {
    content: '';
    position: absolute;
    background: #eee;
    width: 45%;
    height: 95%;
    left: 1px;
    top: 1px;
    z-index: 0;
  }
}

.order-number a{
	color:#0099cc;}
	
.order-number a:hover{
	color:#000;}	
	
.order-info{
	font-size: 16px;
	margin-top: 60px;
	color: #333;
	font-weight: normal;
}	
	
.order-info h2{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom:10px;
}

.order-info-title{
	color:#666;}	

.order-info-line{
	padding:5px 0;
	margin-bottom:10px;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;}


.order-history{
	margin-top:40px;}

.order-history h3{
	font-size:20px;}
	
	/* 帳號管理 */
.user-profile{
	margin-bottom:80px;
	background-color:#FFF;
	padding:40px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
font-weight: normal;}


@media (max-width: 767px) {
	.user-profile{
		margin-bottom:40px;
	padding:20px;
	}
	}
.user-profile h2{
	font-size:20px;
	color:#333;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom:10px;}
	
.user-profile-title{
	font-size:16px;
	line-height:24px;}
	
	
.user-profile h3{
font-size: 16px;
}



.user-profile ul{
	margin:0;
	padding:0;}
	
	
.user-profile li{
	float:left;
	list-style:none;
	padding:10px 20px 10px 0;}	


.user-welcome{
	margin-top:20px;
	text-align:center;}
	
.user-welcome ul{
	display: inline-block;
	margin:0;
	padding:0;}
	
.user-welcome li{
	float:left;
	list-style:none;
	margin:20px 10px;}	