html,
body {
    height: 100%;
}


/* Put your css in here */


/*.collapsing-width {
  position: relative;
  overflow: hidden;
  -webkit-transition: width 0.35s ease;
    -moz-transition: width 0.35s ease;
    -o-transition: width 0.35s ease;
    transition: width 0.35s ease;
}*/
/*-------Calculator-------*/
.cal {
    padding-top: 100px;
    font-size: 20px;
    text-align: center;
}
/*-------Calculator-------*/

.show-select {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    background: white;
    padding: 10px;
    display: block;
    width: 90px;
    /*width:52px !important;
  width:auto !important;*/
    border-bottom: 1px solid #1a1a1a;
    /*transition:all linear 0.15s;*/
    /* Type */
    font-size: 0.9em;
}

.show-select u {
    background: #2f7a19;
    border-width: 10px;
    padding: 1px;
    color: white;
    border-radius: 3px;
}


/*-------- chartframe --------*/

.modify-border {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #2a343f;
}


/*-------- footer --------*/


/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;
  margin-left: 50px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0px;
  padding-bottom: 0;
  padding-top: 22px;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #666666;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #666666;
  background-image: #666666;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #666666;
}

div.bhoechie-tab-content{
  background-color: transparent;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

    div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}

.footer-distributed {
    background-color: #3a2613;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    opacity: 0.8;
    padding: 15px 50px 10px 50px;
    margin-top: 320px;
    /*height: 320px*/
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
}


/* Footer left */

.footer-distributed .footer-left {
    width: 20%;
}


/* The company logo */

.footer-distributed h3 {
    color: #ffffff;
    font: normal 36px 'Cookie', cursive;
    margin: 0;
}

.footer-distributed h3 span {
    color: #5383d3;
}


/* Footer links */

.footer-distributed .footer-links {
    color: #ffffff;
    margin: 20px 0 12px;
    padding: 0;
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
}

.footer-distributed .footer-company-name {
    color: #8f9296;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}


/* Footer Center */

.footer-distributed .footer-center {
    width: 80%;
}

.footer-distributed .footer-center i {
    background-color: #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin: 0;
}

.footer-distributed .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer-distributed .footer-center p a {
    color: #5383d3;
    text-decoration: none;
    ;
}


/* Footer Right */

.footer-distributed .footer-right {
    width: 20%;
}

.footer-distributed .footer-company-about {
    line-height: 20px;
    color: #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-distributed .footer-icons {
    margin-top: 25px;
}

.footer-distributed .footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}


/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {
    .footer-distributed {
        font: bold 14px sans-serif;
    }
    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    .footer-distributed .footer-center i {
        margin-left: 0;
    }
}


/*-------- back to top buttom ---------*/

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #777777;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
    background-color: #888888;
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
}


/*-------- wrap --------*/

.wrap {
    min-height: 80%;
    height: auto;
    margin: 0 auto -85px;
    padding: 0 0 70px;
}


/*-------- navbar --------*/

.navbar-brand>img{
    max-height: 100%;
    height: 100% !important;
    width: 80px !important;
}

.navbar-nd4 {
    background: #3a2613;
    height: 65px;
    opacity: 0.8;
    color: #4d2600;
    border-style: none none solid;
}

.navbar-nd4 div {
    display: inline;
}

.navbar-nd4 a {
    color: #fff7e6;
    font-family: arial;
    font-size: 22px;
    display: block;
    float: left;
    padding: 1.5px;
    margin: 10px 10px;
}

/* a hover
.navbar-nd4 a:hover{
  color: white !important;
  border-bottom:3px solid #fff;
}*/
/*-------- contact --------*/
#contact-form{
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: rgba(0, 0, 0, 0.25);
}

.cpage-title{
    font-size: 4.2rem;
    margin-bottom: 30px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin-left: 30px;
}

.infomation{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 100%;
    font-weight: 400;
}

.customer-contact{
    font-family: Helvetica, Arial, sans-serif;
    color: rgba(0, 0, 0, 0.55);
    font-weight: 400;
    font-size: 1.5rem;
}

.contact{
    font-family: Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    font-size: 100%;
}

#messages{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
}

/*-------- end of contact --------*/

/*-------- new template --------*/

.mega-dropdown-menu {
    padding: 0px 0px 0px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mega-dropdown-menu > li > ul {
    padding: 0;
}


/*表示前面的符號*/

.mega-dropdown-menu > li > ul > li {
    list-style: none;
}


/*裡面的全體文字*/

.mega-dropdown-menu > li > ul > li > a {
    clear: both;
    display: block;
    color: #fff7e6;
    padding: 3px 5px;
}


/*覆蓋掉這邊定義下拉選單的head */

.mega-dropdown-menu .dropdown-header {
    font-size: 25px;
    color: #ff3546;
    padding: 5px 60px 5px 5px;
    line-height: 30px;
}


/*註冊表單標頭*/

.reg-head {
    text-align: center;
    font-size: 30px;
    hsl(30, 50%, 65%, .9)
}


/*icon inner*/

.left-inner-addon {
    position: relative;
}

.left-inner-addon input {
    padding-left: 30px;
}

.left-inner-addon i {
    position: absolute;
    padding: 12px 12px;
    pointer-events: none;
}

.right-inner-addon {
    position: relative;
}

.right-inner-addon input {
    padding-right: 30px;
}

.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
}


/*loading icon*/


/* This is a compiled file, you should be editing the file in the templates directory */

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-perspective: 12rem;
    -moz-perspective: 12rem;
    -ms-perspective: 12rem;
    -o-perspective: 12rem;
    perspective: 12rem;
    z-index: 2000;
    position: fixed;
    height: 6rem;
    width: 6rem;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.pace.pace-inactive .pace-progress {
    display: none;
}

.pace .pace-progress {
    position: fixed;
    z-index: 2000;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 6rem;
    width: 6rem !important;
    line-height: 6rem;
    font-size: 2rem;
    border-radius: 50%;
    background: rgba(238, 49, 72, 0.8);
    color: #fff;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 100;
    text-align: center;
    -webkit-animation: pace-theme-center-circle-spin linear infinite 2s;
    -moz-animation: pace-theme-center-circle-spin linear infinite 2s;
    -ms-animation: pace-theme-center-circle-spin linear infinite 2s;
    -o-animation: pace-theme-center-circle-spin linear infinite 2s;
    animation: pace-theme-center-circle-spin linear infinite 2s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.pace .pace-progress:after {
    content: attr(data-progress-text);
    display: block;
}
/*.pace-running 表示在loading page時畫面半透明*/
/*.pace-running{
  opacity: .7;
  background-color: #2E2E2E;
}*/
hr.style-four {
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: white;
    text-align: right;
}

hr.style-four:after {
    content: "- Alndex -";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: gray;
}

.official-thead {
    background-color: rgba(80, 64, 48,0.9);
    color:  #f1f1f1;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    padding: 12px;
}

.official-th-po-l {
    text-align:left;
}
.official-th-po-r {
    text-align:right;
}
.official-th-po-m {
    text-align:center;
    color:white;
}

.official-border {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    background-color:transparent;
    font-size: 17px;
    border-top: solid;
    border-bottom: solid;
    border-width: 5px;
    border-color: rgba(80, 64, 48,0.9);
    padding: 22px;
}

.official-border2 {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    background-color:transparent;
    font-size: 13px;
    border-top: solid;
    border-bottom: solid;
    border-width: 5px;
    border-color: rgba(80, 64, 48,0.9);
    padding: 10px;
}

.official-chart-title {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-size:20px;
    text-align:center;
    color:#f1f1f1;
}

/* datatables revies*/
table.datatables-revise td, table tr{
    background-color: transparent !important;
}

table.datatables-revise tr:hover {
    box-shadow: inset 0 -3px 0 0 rgba(80, 64, 48,0.9) !important;
}

.sorting_asc {
  background: #45c84a no-repeat center right;
}

.sorting_desc {
  background: #f24c4e no-repeat center right;
}

table.imagetable {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    /*background-color:transparent;*/
    font-size: 17px;
    border: solid;
    border-width: 5px;
    border-color: rgba(80, 64, 48,0.9);
    text-align: center;
}

table.imagetable th {
    color:#ffffff;
    padding: 12px;
    background-color:rgba(80, 64, 48,0.9);
}

table.imagetable td {
    background-color:rgba(0,0,0,0);
    color: #000000;
    padding: 12px;
}

table.imagetable2 {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    /*background-color:transparent;*/
    font-size: 13px;
    border-width: 5px;
    border-color: rgba(80, 64, 48,0.9);
    margin-bottom: 16px;
    /*text-align: center;*/
}

table.imagetable2 thead th {
    color:#f1f1f1;
    padding: 4px;
    background-color:rgba(80, 64, 48,0.9);
}

table.imagetable2 tbody th {
    color:#777575;
    padding: 4px;

}

table.imagetable2 td {
    background-color:rgba(0,0,0,0);
    padding: 4px;
}

table.imagetable3 {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    /*background-color:transparent;*/
    font-size: 17px;
    border: solid;
    border-width: 5px;
    border-color: rgba(80, 64, 48,0.9);
    text-align: center;
}

table.imagetable3 th {
    color:#ffffff;
    padding: 12px;
    text-align: center;
    background-color:rgba(80, 64, 48,0.9);
}

table.imagetable3 td {
    background-color:rgba(0,0,0,0);
    color: #000000;
    text-align: center;
    padding: 12px;
}

/*訂單的table */
/*body { background: #fff; font: 400 1em/1.4 "Open Sans", "Helvetica Neue", sans-serif; color: #333; text-align: center; padding: 4em 2em; }

h1 { font-weight: 300; font-size: 5em; line-height: 1.35; margin: 0 0 .125em; }
h1 + p { font-size: 1.5em; color: #999; max-width: 30em; margin: 0 auto 3em; }*/

table.order { width: 100%; text-align: center; border-spacing: 0; border-collapse: collapse; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

table.order th, td { font-family: inherit; font-size: .9em; line-height: 1.45; color: #444; vertical-align: middle; padding: 0.7em; }
table.order th { font-weight: 600; }

table.order colgroup:nth-child(1) { width: 20%; border: 0 none; }
table.order colgroup:nth-child(2) { width: 25%; border: 10px solid hsla(30, 25%, 25%,0.9); }
table.order colgroup:nth-child(3) { width: 20%; border: 1px solid #ccc; }
table.order colgroup:nth-child(4) { width: 20%; border: 1px solid #ccc; }
table.order colgroup:nth-child(5) { width: 15%; border: 1px solid #ccc; }

/* Tablehead */

table.order thead th { background: #def4fe; background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%); background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%); text-align: center; position: relative; border-bottom: 1px solid #ccc; padding: 3em 0 2em; font-weight: 400; color: #999; }
table.order thead th:nth-child(1) { background: transparent;  }
table.order thead th:nth-child(2) {  padding: 1em 0 5em; }
table.order thead th h2 { font-weight: 600; font-size: 2.4em; line-height: 1.2; color: hsla(0, 77%, 60%,0.9); }
table.order thead th h2 + p { font-size: 1.8em; line-height: 1.4; }
table.order thead th:nth-child(2) h2 { font-size: 4em; color: hsla(0, 77%, 60%,0.9);}
table.order thead th:nth-child(2) h2 + p { font-size: 2em; }

table.order thead th p.promo { font-size: 1.1em; color: #fff; position: absolute; top: 11em; left: -17px; z-index: 1000; width: 100%; margin: 0; padding: .625em 17px .75em; background: #c00; box-shadow: 0 2px 4px rgba(0,0,0,.25); border-bottom: 1px solid #900; }

table.order thead th p.promo:before { content: ""; position: absolute; display: block; width: 0px; height: 0px; border-style: solid; border-width: 0 7px 7px 0; border-color: transparent #900 transparent transparent; bottom: -7px; left: 0; }
table.order thead th p.promo:after { content: ""; position: absolute; display: block; width: 0px; height: 0px; border-style: solid; border-width: 7px 7px 0 0; border-color: #900 transparent transparent transparent; bottom: -7px; right: 0; }

/* Tablebody */

table.order tbody th { background: #fff; border-left: 1px solid #ccc; font-size: 110%;}
table.order tbody th span { font-weight: normal; font-size: 110%; color: #999; display: block; }

table.order tbody td { background: #fff; text-align: center; font-size: 110%;}

table.order tbody tr:nth-child(even) th,
table.order tbody tr:nth-child(even) td { background: #f5f5f5; border: 1px solid #ccc; border-width: 1px 0 1px 1px; }
table.order tbody tr:last-child td { border-bottom: 0 none; }

/* Tablefooter */

table.order tfoot th  { padding: 1em 1em; border-top: 1px solid #ccc; }
table.order tfoot td  { text-align: center; padding: 2em 1em; border-top: 1px solid #ccc; }

table.order tfoot a  { font-weight: bold; color: #fff; text-decoration: none; text-transform: uppercase; display: block; padding: 1.125em 2em; background: hsla(30, 25%, 25%,0.9); border-radius: .5em; }

/*.table style*/
.touch:hover {
    box-shadow: inset 0 -3px 0 0 rgba(80, 64, 48,0.9);
}


/* 指定表格 */

@-webkit-keyframes pace-theme-center-circle-spin {
    from {
        -webkit-transform: rotateY(0deg)
    }
    to {
        -webkit-transform: rotateY(0deg)
    }
}

@-moz-keyframes pace-theme-center-circle-spin {
    from {
        -moz-transform: rotateY(0deg)
    }
    to {
        -moz-transform: rotateY(0deg)
    }
}

@-ms-keyframes pace-theme-center-circle-spin {
    from {
        -ms-transform: rotateY(0deg)
    }
    to {
        -ms-transform: rotateY(0deg)
    }
}

@-o-keyframes pace-theme-center-circle-spin {
    from {
        -o-transform: rotateY(0deg)
    }
    to {
        -o-transform: rotateY(0deg)
    }
}

@keyframes pace-theme-center-circle-spin {
    from {
        transform: rotateY(0deg)
    }
    to {
        transform: rotateY(0deg)
    }
}

/* --------------------------------------- */


/* navbar setting */
.navtitle{
    color:white;
    height:80px;
    width:120px;
    line-height:80px;
    text-align:center;
    float:left;
    font-size:20px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.aindexcss{
    color: white;
    font-size:25px;
    margin-left:25px;
    line-height:80px;
    height:80px;
    transition: all 0.3s ease;
}

.login_btn{
    /*border-style: solid; */
    font-size:20px;
    background: #d9534f;
    padding: 8px 8px 12px 8px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration:none;/*隱藏單一超連結底線*/
}
.purchase_btn{
    /*border-style: solid; */
    font-size:20px;
    color: white;
   /* padding: 6px;
    border-radius: 5px;
    cursor: pointer;*/
    text-decoration:none;/*隱藏單一超連結底線*/
}
.navmenu{
    float:left;height:80px;
}
.navtitle.shrink{
    color:white;
    height:50px;
    width:73px;
    line-height:50px;
    text-align:center;
    float:left;
    font-size:15px;
    transition: all 0.3s ease;
}
.aindexcss.shrink{
    color: white;
    font-size:18px;
    margin-left:25px;
    line-height:50px;
    height:50px;
    transition: all 0.3s ease;
}
.navmenu.shrink{
    height:50px;
}
.navbar.shrink{
    height:40px;
    transition: all 0.3s ease;
}
.nav-tabs a {
   height: 32px;
   font-size: 12px;
}
.nav-body.shrink{
    height:50px;
}
/*--------------*/

.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
    border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
    margin-bottom: -1px;
}

/********************************************************************/
/*** PANEL SUCCESS ***/
.with-nav-tabs.panel-success .nav-tabs > li > a,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
    color: red;
}
.with-nav-tabs.panel-success .nav-tabs > .open > a,
.with-nav-tabs.panel-success .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-success .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
    color: #3c763d;
    background-color: #99CB84;
    border-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.active > a,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:focus {
    color: #3c763d;
    background-color: #fff;
    border-color: #99CB84;
    border-bottom-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #d6e9c6;
    border-color: #99CB84;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #3c763d;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #99CB84;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #3c763d;
}


/******************************************/
.login-form {

    position:fixed;
    top: 45%;
    /*left: 20%;*/
    width: 340px;
    margin-left: 5%; /*set to a negative number 1/2 of your width*/
    padding: 40px 30px;
    background: rgba(0, 119, 179, 1);
    /*-moz-border-radius: 4px;*/
    /*-webkit-border-radius: 4px;*/
    border-radius: 30px;
    /*margin: auto;*/
    /*position: absolute;*/
    /*left: 0%;*/
    /*right: 0%;*/
    /*top: 50%;*/
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.login-summary {

    position:fixed;
    top: 50%;
    left: 40%;
    width: 850px;
    /*margin-left: -170px; /*set to a negative number 1/2 of your width*/*/
    /*padding: 40px 30px;*/
    background: rgba(255, 255, 255, 1);
    /*-moz-border-radius: 4px;*/
    /*-webkit-border-radius: 4px;*/
    /*border-radius: 30px;*/
    /*margin: auto;*/
    /*position: absolute;*/
    /*left: 0%;*/
    /*right: 0%;*/
    /*top: 50%;*/
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.login-back {
  width: 1000px;
  height: 650px;
  position: absolute;
  left: 20%;
  top: 16%;
  background-image: url('../../../images/jumpinpict.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  /*margin-left:100px;*/
}
.login-app {
  /*position: fixed;*/
  width: 98%;
  height: auto;
  background-color: #c0c0c0; 
  margin:5%;
  border-radius: 10px;
  padding: 1%;
  overflow:hidden;
  /*word-wrap:break-word; */
  word-break:break-all;
  text-align:center
}

.form-group {
  position: relative;
  margin-bottom: 15px;
}

.form-control {
  width: 100%;
  height: 50px;
  border: none;
  padding: 5px 7px 5px 15px;
  background: #fff;
  color: #666;
  border: 2px solid #ddd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.form-control:focus, .form-control:focus + .fa {
  border-color: #10CE88;
  color: #10CE88;
}

.form-group .fa {
  position: absolute;
  right: 15px;
  top: 17px;
  color: #999;
}

.log-status.wrong-entry {
  -moz-animation: wrong-log 0.3s;
  -webkit-animation: wrong-log 0.3s;
  animation: wrong-log 0.3s;
}

.log-status.wrong-entry .form-control, .wrong-entry .form-control + .fa {
  border-color: #ed1c24;
  color: #ed1c24;
}

.log-btn {
  background: rgba(255, 255, 0,0.9);
  dispaly: inline-block;
  width: 70%;
  font-size: 16px;
  height: 40px;
  color: #000;
  text-decoration: none;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.link {
  text-decoration: none;
  color: #C6C6C6;
  float: right;
  font-size: 12px;
  margin-bottom: 15px;
}
.link:hover {
  text-decoration: underline;
  color: #8C918F;
}

.alert {
  display: none;
  font-size: 12px;
  color: #f00;
  float: left;
}

@-moz-keyframes wrong-log {
  0%, 100% {
    left: 0px;
  }
  20% , 60% {
    left: 15px;
  }
  40% , 80% {
    left: -15px;
  }
}
@-webkit-keyframes wrong-log {
  0%, 100% {
    left: 0px;
  }
  20% , 60% {
    left: 15px;
  }
  40% , 80% {
    left: -15px;
  }
}
@keyframes wrong-log {
  0%, 100% {
    left: 0px;
  }
  20% , 60% {
    left: 15px;
  }
  40% , 80% {
    left: -15px;
  }
}
/*www.aindex.com.tw  introduce picture*/
.login_page {
  background: url('../../../images/backtest.png');
  height:726px;
  width:1314px;
}
/*.divcss5 img{width:300px; height:100px} */
/* -------special font------- */
@font-face { font-family: K26SpeechBubble; src: url('../../../fonttype/K26SpeechBubble.ttf'); }
.fontspecial {
    text-align: center;
    font-family: K26SpeechBubble;
}

/*  -------FB------- */
fb_button {
    /* Your css properties */
    background-color: black;
    color:blue;
}

/*----------input-------------*/


input.color {
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 2px solid #9e9e9e;
}
input.color:focus {
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 5px solid #00BB88;
}

/*----------purchase introduce-------------*/

.introduce_1 {
  /*background: url('../../../images/introduce/cost.jpg');*/
  width: auto;
  height: auto;
  max-width: 100px;
  /*max-height: 100%;   */
  /*width : auto;*/

}
input[type=checkbox] {
  position: absolute;
  /* Position the checkbox in upper left corner */
  
  /*opacity: 0;*/
}


/* Hidden Parts */
#part2 {
  opacity: 0;
  height: 0;
  /*overflow: hidden;*/
}

/* Show Step 2 & Hide Step 1 */
#step2:checked ~ #part2 {
  opacity: 1;
  height: auto;
}
#step2:checked ~ #part1 {
  opacity: 0;
  height: 0;
  display: none;
}
/*account button */

.accountbtn {
  color: white;
  cursor:pointer;
  font-size:18px;
  border-radius: 10px;
  background-color: green;
  padding:5px;
  margin:5px 10px 5px 10px;
}

.accountbtn:hover {
  color: hotpink;
  cursor:pointer;
  font-size:18px;
  border-radius: 10px;
  background-color: green;
  padding:5px;
  margin:5px 10px 5px 10px;
}

/* selected link */
/*.accountbtn:active {
  color: yellow;
  font-size:18px;
  border-radius: 10px;
  background-color: green;
  padding:5px
  margin:5px 10px 5px 10px;
}*/

.accountbtn:focus {
  color: yellow;
  font-size:18px;
  border-radius: 10px;
  background-color: green;
  padding:5px;
  margin:5px 10px 5px 10px;
}

.main-content{
    padding-top: 100px;
}
/* ------------purchase  MitakeApp introduce ------------*/



/*****************/
/*手機的尺吋*/
@media screen and (max-width: 500px) {
    .auto_margin_left {
        /*margin-top: 0px; */
        /*margin-left: 5%;*/
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 4;
    }

    .auto_margin_right {
        margin-top: 11%;
        margin-left: -3.5%;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 4;
        /*font-size:30px;*/
    }

    .rwd_margin_top {
        margin-top: 11%;
        /*font-size:30px;*/
    }

    .table-xs-responsive th, .table-xs-responsive td {
        width: 100% !important;
        display: block !important;
        box-sizing: border-box;
        background-color: white;
        /*text-align: center; */
    }

    .table-xs-responsive tbody td:nth-child(1) {
        background-color: #F5DEB3;
    }

    .table-xs-responsive tbody td:nth-child(6) {
        color: red;
    }
}

/*平板的尺吋*/
@media screen and (min-width: 500px) and (max-width: 770px) {
    .auto_margin_left {
    /*margin-top: 0px; */
    margin-left: -5%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4;
     }

    .auto_margin_right {
        visibility:hidden
        /*font-size:30px;*/
    }
}
