﻿::selection {
    background: #21ccf3;
	color: #ffffff;
}
/*Index*/
.Index {
    padding-bottom:60px;
}

#ListBox i{
    margin-right:5px;
}
#ListBar li.user-name,#ListBox li.user-name{
    white-space: nowrap;
    background: #f7f7f7;
    padding: 10px;
    color: #1aafd0;
}
/*Login*/
.Login{
    margin-top: 45px;
}
.Login .nav-tabs {
    
}
.Login .nav-pills > li.active > a,.Login  .nav-pills > li.active > a:hover,.Login  .nav-pills > li.active > a:focus {
    background-color: darkseagreen;
}
.Login .nav-tabs.nav-justified > li > a {
    border-bottom: 0px solid darkseagreen;
    border-radius: 5px 5px 0 0;
}
.Login .panel h4{
    color: #3093BB;
    font-weight: bold;
    margin-bottom: 20px;
}
.login-wrap {
    width:600px;
    margin:0 auto;
}
.social-btn-wrap{
    padding: 0;
    padding-bottom: 10px;
}
.social-btn-wrap li{
    list-style-type:none;
    display: inline-block;
}
.social-btn {
    color: white !important;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0 5px;
    display: block;
    width: 40px;
    font-size: large;
    display:inline-block;
}
.social-btn:hover,.social-btn:link,.social-btn:active {
    text-decoration:none;
}
.fb-btn{
    background: dodgerblue;
    border-bottom: 5px solid #1073D4;
}
.fb-btn:hover{
    background: #1073D4;
}
.g-btn{
    background: tomato;
    border-bottom: 5px solid #D2452B;
}
.g-btn:hover{
    background: #D2452B;
}
.tw-btn{
    background: deepskyblue;
    border-bottom: 5px solid #02A7DE;
}
.tw-btn:hover{
    background: #02A7DE;
}
/*platform-info*/
.PlatformInfo {
    padding-bottom: 140px;
}
.platform-info .platform-box {
    padding: 10px 20px;
    min-height: 350px;
    min-width: 220px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    margin: 20px 15px;
}
.platform-info .comesoon {
    border: 4px dotted rgb(255, 255, 255);
}
.platform-info .platform-box {
    background: lightskyblue;
}
.platform-info .platform-box i.fa-inverse{
    color: lightskyblue;
}
.platform-info .comesoon {
    background: mediumaquamarine;
}
.platform-info .comesoon i.fa-inverse{
    color: mediumaquamarine;
}
.platform-info .platform-box i.fa-circle{
    color: white;
    text-shadow: 4px 3px 0 rgba(0, 0, 0, 0.18),8px 7px 0 rgba(0,0,0,0.15);
}
.platform-info .platform-box h3{
    border-bottom: 3px solid rgba(255, 255, 255, 0.72);
    padding: 0 0 10px 0;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3),2px 2px 3px rgba(0,0,0,0.3);
}
.platform-info .platform-box p{
    min-height: 130px;
}
.more-service a:hover img {
    opacity:0.8;
}
.more-service h3{
    color: #292929;
    font-weight: 600;
}
.more-service p{
    color: #292929;
}
/*ArticleList*/
.ArticleList{
    /*background: whitesmoke;*/
}
.ArticleList a{
    display:inline-block;
    padding-left:0;
    padding-right:0;
}
.ArticleList a:hover{
    opacity:0.8;
}
.ArticleList a img{
        margin-bottom: 10px;
    display: inline-block;
}
.articlelist-wrap{
    background: white;
    border: 1px solid #D8D8D8;
    padding-bottom: 30px;
}
.articlelist-Info .dropdown button{
    width:100%;
}
.articlelist-Info .open > .dropdown-menu {
    display: block;
    width: 100%;
    text-align: center;
}
.articlelist-Info .dropdown-menu > li > a:hover {
    background: #bce8f1;
    color: #1D1D1D;
}
.articlelist-Info .articlelist-cate {
    min-height: 300px;
    border: 1px solid #D8D8D8;
    margin: 20px 0 0 0;
    border-radius: 5px;
}
.articlelist-Info .articlelist-cate ul{
    padding:0;
}
.articlelist-Info .articlelist-cate ul li{
    list-style-type: none;
    margin: 10px 0;
}
.articlelist-Info .articlelist-cate ul li a{
    padding: 10px 0px;
    display: block;
    background: #1aafd0;
    color: white;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
.articlelist-wrap .articlelist-box {
    min-height: 365px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #D2D2D2;
}
.articlelist-wrap .articlelist-box img{
    width: 100%;
}
.articlelist-wrap .articlelist-box a {
    display: block;
    padding: 10px 0;
}
.articlelist-wrap .articlelist-box p {
}
/*Article*/
.Article {
    margin-top:30px;
    margin-bottom:60px;
}
.Article .img-thumbnail {
    margin-bottom:30px;
}
.Article p {
     line-height: 2em;
}
.Article .title-a{
    margin: 20px 0;
    background: beige;
    padding: 6px;
}
/*Contact*/
.contact-wrap {
    margin-top: 45px;
    margin-bottom: 45px;
    min-height: 420px;
}
.contact-des {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
    line-height: 28px;
}
.contact-des .year{
    color: chocolate;
    font-size: large;
    font-weight: bolder;
    padding: 0 8px 0 0;
}
/*AccountManage*/
.AccountManage {
    min-height: 620px;
    padding-bottom: 180px;
    margin-top: 40px;
}
.account-contain{
    /*min-height: 520px;*/
    border-top: 0;
    background: #F9F9F9;
    border-radius: 5px;
    padding: 10px;
}
.account-contain p{
    margin:0;
}
.account-contain ul{
    list-style-type:none;
    padding: 0;
}
.account-contain table{
    margin:0;
}
.account-contain table > tbody > tr > td{
    vertical-align:middle;
    border-top:0;
}
.account-contain table > tbody > tr > td:first-child{
    font-size: 1em;
    font-weight: bold;
    color: #46B3BF;
}
.account-contain table > tbody > tr > td:first-child > p > i{
    width: 30px;
    text-align: center;
    background: #60C3CE;
    padding: 5px;
    color: white;
    border-radius: 5px;
    margin-right: 7px;
}
.account-info .account-cate{
    padding: 0;
    text-align: center;
}
.account-info .panel-group .panel + .panel {
    margin-top: 1px;
}
.account-info .panel-heading {
    padding: 0;
}
.account-info .panel-body {
    padding: 0px;
}
.account-info .account-cate ul{
    margin:0;
    padding:0;
    list-style-type:none;
}
.account-info .account-cate a{
    display:block;
    text-decoration:none;
    cursor:pointer;
}
.account-info .account-cate .panel-heading a{
    color: white;
    background: steelblue;
    padding: 10px 0;
}
.account-info .account-cate .panel-body a{
    background: #dfeefb;
    padding: 5px 0;
    color: #636363;
}
/*Privacy*/
.Privacy .container {
    padding:20px 0 50px 0;
}
.terms h4 {
    font-weight: 600;
    color: #08c;
}
/*ServicePolicy*/
.ServicePolicy .container {
    padding:40px 0;
}
/*Fail*/
    .nb-error {
        margin: 0 auto;
        text-align: center;
        max-width: 480px;
        padding: 60px 30px;
    }

        .nb-error .error-code {
            color: #2d353c;
            font-size: 96px;
            line-height: 132px;
        }

        .nb-error .error-desc {
            max-width: 360px;
            margin: auto;
            text-align: justify !important;
            font-size: 15px;
            color: #000000;
        }

            .nb-error .error-desc li {
                padding-bottom: 7px;
            }

        .nb-error .input-group {
            margin: 30px 0;
        }
/*寬度大於992px*/
@media (min-width: 992px){
.platform-info .platform-box {
    min-height: 370px;
    min-width: 30%;
}
}
/*寬度介於768px~991px*/
@media screen and (max-width: 991px) and (min-width: 768px){
.PlatformInfo {
    padding-bottom: 70px;
}
.platform-info .platform-box {
    min-height: 390px;
    min-width: 220px;
}
.platform-info .platform-box p {
    min-height: 150px;
}
}
/*寬度大於767px*/
@media (min-width: 768px){
.articlelist-Info .articlelist-cate {
    display:inherit;
}
.articlelist-Info .dropdown {
    display:none;
}
}
/*寬度小於767px*/
@media (max-width: 767px){
.logo {
    padding: 12px 0;
}
.navbar .container {
    padding-left:0
}
.container > .navbar-collapse{
    margin-top: 0px !important;
    border: 0;
    text-align: center;
    max-height: inherit;
    padding: 0;
    background: #209db9;
}
.navbar-nav{
    /*border-bottom: 1px solid #0487a5;*/
    margin: 0;
}
#MenuSwitch {
    float: right;
    margin: 10px;
}
#ListBox {
    border-bottom: 1px;
    background: white;
    border: white;
    color: #545454;
}
    #ListBox > li {
        border-bottom: 0px;
    }
     #ListBox > li:last-child{
    border-bottom: 1px solid #209db9;
}
    #ListBox > li > a {
        margin: 0 10px;
        padding: 8px 10px;
            color: #5a5a5a;
            background:white !important;
            border:none !important;
    }


.navbar-inverse .navbar-nav > li {
    border-right: 0;
    border-bottom: 1px solid #209db9;
    margin:0;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #ffffff;
    background: #158ea9;
    border-color: #158ea9;
    margin: 0;
}
.PlatformInfo {
    padding-bottom: 20px;
}
.platform-info .platform-box {
    min-height: initial;
}
.platform-info .platform-box p {
    min-height: initial;
}
.articlelist-Info .articlelist-cate {
    display:none;
}
.articlelist-Info .dropdown {
    display:inherit;
}
    .login-wrap {
        width:90%;
    }
}


/* warranty page*/

.check-warranty-list table{
    margin-top:20px;
}


.check-warranty-box h3,
.check-warranty-box input,
.check-warranty-box button{
    display:inline-block;
    vertical-align:middle;
    margin:0;
}

.check-warranty-box{
    max-width:300px;
    width:90%;
    margin-bottom:20px;
}

.check-warranty-box .stylish-input-group .input-group-addon{
    background: white !important; 
}
.check-warranty-box .stylish-input-group .form-control{
	border-right:0; 
	box-shadow:0 0 0; 
	border-color:#ccc;
}
.check-warranty-box .stylish-input-group button{
    border:0;
    background:transparent;
}

.warranty-note{
    margin: 15px !important;
    padding: 15px 0px 0px;
    font-size: 13px;
}

.border__top-2px{
    border-top: 2px solid #eee;
}


