﻿body {
    padding-top: 0px;
    padding-bottom: 0px;
    font-family:'Microsoft YaHei';
    position:relative;
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.center {
 width: auto;
 display: table;
 margin-left: auto;
 margin-right: auto;
}

    .center p {
        padding-left: 10px;
        padding-right:10px;
    }


.footer li~li:before 
{ 
    content:""; 
    padding-right:1em;
} 

.navbar-inverse
{  
    background-color:#b1966b;
    border:none;
    /*color:#e8e4df;*/
    /*background-color:#3c180b;
    border:none;*/
    /*border-color:#230a02;*/
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color:#b1966b ;
}


.img-responsive 
{
    display:inline-block;
}

.abtn
{
    color:#b1966b;
    cursor:pointer;
}

.abtn:hover
{
    color:#4e2800;
}

.form-group .full-length
{
    width:100%;
}

.input-group-addon
{
    width:0;
}


.btn-login{
    width:100%;
    max-width:280px; 
    font-weight:bold;
}

.form-login{
    border:solid; 
    border-width:4px 0 0 0;
    border-color:#b1966b;
}

.font-color-login {
    color: #b1966b;
}

.package-box {
    height: 150px;
    cursor: pointer;
    border: 1px solid #b1966b;
    margin: 0px 0px 10px 0px;
}

    .package-box h4 {
        font-weight: bold;
        margin-top:10px;
        margin-bottom:20px;
    }

    .package-box p {

        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin-top:10px;
        margin-left:5px;
        margin-right:5px;
    }

.package-box:hover
{
    background:#b1966b;
    color:#fff;
    border-color:#ccc;
}

.package-bg-inverse {
    background: #b1966b;
    color: #fff;
  
}

.package-box-inverse {
    height: 150px;
    cursor: pointer;
    border: 1px solid #fff;
    margin: 0px 0px 10px 0px;
}

    .package-box-inverse h4 {
        font-weight: bold;
        margin-top:10px;
        margin-bottom:20px;
    }

    .package-box-inverse p {

        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin-top:10px;
        margin-left:5px;
        margin-right:5px;
    }

.package-box-inverse:hover
{
    background:#fff;
    color:#b1966b;
    border-color:#ccc;
}

.package-box-customized
{
    height:310px;  
    border: 1px solid #b1966b;   
}

    .package-box-customized h4 {
        font-weight: bold;
        margin-top: 50px;
        margin-bottom:20px;
    }

   .package-box-customized button {
       
        margin-top: 30px;
    }

.price
{
   color: #e83747;
   font-size:16px;
}



.btn-circle {
   border-radius:20px 20px;
}

.btn-primary {
  /*color: #fff;
  background-color: #b1966b;*/
  color:#b1966b;
  background-color:transparent;
  border-color: #b1966b;
}

.btn-primary:hover {
  color: #fff;
  background-color: #b1966b;
  border-color: #b1966b;
}

.btn-primary:focus {
  color: #fff;
  background-color: #b1966b;
  border-color: #b1966b;
}

.btn-primary:active{
  color: #fff;
  background-color: #b1966b  !important;
  border-color: #b1966b !important;
}

.btn-primary1 {
  color: #fff;
  background-color: #b1966b; 
  border-color: #b1966b;
}

.btn-primary1:hover {
  color: #fff;
  background-color: #b1966b;
  border-color: #b1966b;
}

.btn-primary1:focus {
  color: #fff;
  background-color: #b1966b;
  border-color: #b1966b;
}

.btn-primary1:active{
  color: #fff;
  background-color: #b1966b  !important;
  border-color: #b1966b !important;
}

.btn-primary-inverse {
  color: #fff;
  background-color:transparent;
  border-color: #fff;
}

.btn-primary-inverse:hover {
  color: #fff;
  background-color: #b1966b;
  border-color:  #fff;
}

.btn-primary-inverse:focus {
  color: #fff;
  background-color: #b1966b;
  border-color:  #fff;
}

.btn-primary-inverse:active{
  color: #fff;
  background-color: #b1966b  !important;
  border-color:  #fff !important;
}

.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
.btn-primary.disabled.active,
.btn-primary[disabled].active
{
    background-color: #b1966b  !important;
    border-color: #b1966b !important;
}


.btn-primary-option {
  color: #e83747;
  background-color: #fff ;
  border-color: #ccc;
}

.btn-primary-option:hover {
  color: #fff;
  background-color: #cc1d2d;
  border-color: #e83747;
}

.btn-primary-option.active {
  color: #fff;
  background-color: #cc1d2d;
  border-color: #e83747;
}



.btn-default:hover{
  color: #fff;
  background-color: #b1966b;
  border-color: #b1966b;
}

.btn-default:focus {
  color: #fff;
  background-color: #b1966b;
  border-color: #b1966b;
}


.btn-default:active {
  color: #fff !important;
  background-color: #b1966b !important;
  border-color: #b1966b !important;
}
.btn-default:disabled{
    /*color:#000000 !important;*/
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #b1966b;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover, 
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #b1966b;
}
button.btnPay {
    margin-right: 5px;
}

table.pull-down{
    margin-top: 5px;
}

#body_package {
}

#body_package h3 {

     margin-top: 50px;
     margin-bottom:40px;
}

#body_impression {
    height: 495px;
    background: url(../Images/bg_impression.png) no-repeat #b1966b;
    color: #fff;
}

    #body_impression h3 {
        margin-top: 50px;
    }

    #body_impression h4 {
        margin-top: 30px;
    }

    #body_impression ul {
        margin-top: 20px;
    }

    #body_impression ul li {
        margin-top: 15px;
    }


     #body_impression button {
        margin-top: 50px;
    }

#body_report {
    background-color: #efefef;
}

    #body_report .left-center {
        height: 400px;
        background: url(../Images/report_bg.png) no-repeat #efefef;
    }

    #body_report .left-left {
        /*height: 414px;
        background: url(../Images/report_bg_left.png) no-repeat #efefef;*/
    }

    #body_report .left-right {
        /*height: 414px;
        background: url(../Images/report_bg_right.png) no-repeat #efefef;*/
    }

#body_health_management {
    background-color: #b1966b;
    color: #fff;
}

    #body_health_management h3 {
        margin-top: 50px;
        margin-bottom:60px;
    }
    
    #body_health_management a {
        margin-top: 50px;
        margin-bottom:40px;
    }

    #body_health_management .detail {
        margin-top: 10px;
        margin-bottom:10px;
    }

    #body_health_management .line{
        border:1px solid #fff; 
        width:30px;
        margin-top:20px;
    }

#body_knowledge {
   margin-top:20px;
}

    #body_knowledge h3 {
        margin-top: 20px;
    }

    #body_knowledge ul {
       
    }

        #body_knowledge ul li {
            margin-top: 10px;
        }

.health-management-inverse {
    background-color:#b1966b;
    color:#fff ;
}

.health-management-inverse small {
  
    color:#f2f2f2 ;
}

.background-transparent {
    background-color:transparent;
}

.health-knowledge li
{    
    margin-top:10px;   
}


.health-management-content
{    
    padding:40px 70px 20px 40px   
}

.health-management-content dl
{    
    margin-top:20px;   
}

.health-management-content dl dt
{    
    margin-top:10px;   
}


.anchor {
    position: relative;
    top: -50px; 
  
}

.must-read-inverse{
    background-color:#b1966b;
    color:#fff ;
}

.health-knowledge-box {
   
}

    .health-knowledge-box h4 {
        color: #b1966b;
    }

    .health-knowledge-box p {
       margin-top:10px;
       margin-left:20px;
    }

      .health-knowledge-box hr {
       margin-top:15px;
       margin-bottom:0px;
    }


#PackageDetail {
}

    #PackageDetail table {
        margin-top:50px
    }

    #PackageDetail table caption {
        background-color: #efefef;
        text-align: center;
        font-weight: bold;
        font-size:16px;
    }

    #PackageDetail table th {
        background-color: #b1966b;
        color: #fff;
        border: 1px solid #b1966b;
        text-align:center;
    }

    #PackageDetail table td {
        border: 1px solid #b1966b;
    }

.report-navbar {
}

    .report-navbar li {
    }

        .report-navbar li:active {
            font-weight: bold;
            border-left: 2px solid #b1966b;
        }

#orderListAll {
}
    #orderListAll .tableBg {
        background-color:#F5F5F5;
    }
    #orderListAll .tableBg th{
        text-align:center;
    }
    #orderListAll table th{
        font-weight:initial;
    }
    #orderListAll table tr td{
        border:0px solid #ddd;
        border-top:1px solid #ddd;
    }
    #orderListAll table tr label{
        font-weight:normal;
    }
.cart {
        background: url(../Images/Cart1.png) no-repeat left bottom;
        position: relative;
        height:40px;
        width:50px;
}
.loading{  
    width:160px;  
    height:56px;  
    position: absolute;  
    top:50%;  
    left:50%;  
    line-height:56px;  
    color:#fff;  
    padding-left:60px;  
    font-size:15px;  
    background: #000 url(../Images/loader.gif) no-repeat 10px 50%;  
    opacity: 0.7;  
    z-index:9999;  
    -moz-border-radius:20px;  
    -webkit-border-radius:20px;  
    border-radius:20px;  
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);  
}  