*{
  margin:0;
  padding:0;
}
html{
  height: 100%;
}
body{
  font:13px Arial, Helvetica, "微軟正黑體", sans-serif;
  height: 100%;
  background: url(../img/bg.jpg) center center fixed no-repeat;
  -moz-background-size: cover;
  background-size: cover;
}
.header{
  width: 100%;
  height: 60px;
  line-height : 60px;
  text-align : center;  /* Firefox, Chrome */
  background: #fdfdfd; /* Old browsers */
  background: -moz-linear-gradient(top,  #fdfdfd 0%, #e1e1e1 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fdfdfd 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fdfdfd 0%,#e1e1e1 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fdfdfd 0%,#e1e1e1 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fdfdfd 0%,#e1e1e1 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
  border-bottom: 1px solid #B3B3B3;
  box-shadow: 0 1px 0 rgba(255,255,255,1);
}
.header img {
  position: absolute;
  left: 50%;
  margin-left: -40px;
  margin-top: 10px;
  height: 38px;
  vertical-align: middle;
}
h1{
  color:#54B2DB;
  font-weight: bold;
  font-size: 27px;
  margin-top: 30px;
  margin-bottom: 20px;
}
/*.navbar-inverse .navbar-nav > .home > a, 
.navbar-inverse .navbar-nav > .home > a:hover, 
.navbar-inverse .navbar-nav > .home > a:focus{
  background-color: #247FC0;
  color: #FFF;
}*/
/*.home {
  background: #247FC0;
  color: #FFF;
}*/
.navbar-nav {
  margin-top: 0;
}
.btn, .btn:hover, .btn:focus, .btn:active{
  color: #FFF;
}
.btn {
  border: 1px solid rgba(0, 0, 0, .1);
  background: #CCC; /* Old browsers */
  background: -moz-linear-gradient(top, #CCC 0%, #999 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #CCC 0%,#999 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #CCC 0%,#999 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCC', endColorstr='#999',GradientType=0 ); /* IE6-9 */
}
.btn-live, .btn-live:hover{  
  background: #4da4d1; /* Old browsers */
  background: -moz-linear-gradient(top, #4da4d1 0%, #4194c8 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4da4d1 0%,#4194c8 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4da4d1 0%,#4194c8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4da4d1', endColorstr='#4194c8',GradientType=0 ); /* IE6-9 */
}
.btn-live:active{
  background: #4da4d1;
}
.btn-live2, .btn-live2:hover{  
  background: #54B2DB; /* Old browsers */
  background: -moz-linear-gradient(top, #54B2DB 0%, #54B2DB 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #54B2DB 0%,#54B2DB 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #54B2DB 0%,#54B2DB 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54B2DB', endColorstr='#54B2DB',GradientType=0 ); /* IE6-9 */
}
.btn-live2:active{
  background: #54B2DB;
}
.btn-green{
  background: #38cdba; /* Old browsers */
  background: -moz-linear-gradient(top, #38cdba 0%, #22b9a1 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #38cdba 0%,#22b9a1 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #38cdba 0%,#22b9a1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38cdba', endColorstr='#22b9a1',GradientType=0 ); /* IE6-9 */
}
.btn-green:active{
  background: #38cdba;
}
.btn-black{
  background: #7f7f7f; /* Old browsers */
  background: -moz-linear-gradient(top, #7f7f7f 0%, #676767 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #7f7f7f 0%,#676767 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #7f7f7f 0%,#676767 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7f7f', endColorstr='#676767',GradientType=0 ); /* IE6-9 */
}
.btn-black:active{
  background: #7f7f7f;
}
.btn-red{
  background: #ed716f; /* Old browsers */
  background: -moz-linear-gradient(top, #ed716f 0%, #e55452 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ed716f 0%,#e55452 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ed716f 0%,#e55452 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed716f', endColorstr='#e55452',GradientType=0 ); /* IE6-9 */
}
.btn-red:active{
  background: #ed716f;
}
.btn + .table-responsive{
  border-top: 1px solid #54B2DB;
}
.table{
  border: 0;
  background-color: #FFF;
  font-size: 14px;
}
.table thead tr th{
  background: #54B2DB;
  color: #FFF;
}
.table > thead > tr > th{
  border-bottom-width: 1px;
}
.table-responsive {
  margin-top: 20px;
}
.table > thead > tr > th, .table > tbody > tr > th, 
.table > tfoot > tr > th, .table > thead > tr > td, 
.table > tbody > tr > td, .table > tfoot > tr > td {
  vertical-align: middle;
}
@media screen and (min-width: 767px) {
  .header{
    height: 74px;
    line-height : 70px;
  }
  .header img {
    margin-left: -50px;
    margin-top: 12px;
    height: 48px;
  }
  h1{
    font-size: 33px;
  }
  .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }
  .navbar-collapse{
    padding-left: 0;
    padding-right: 0;
  }
  .table{
    border: 1px solid #DDD;
    border-top-color: #54B2DB;
  }
  .table-responsive {
    border: 0;
  }
}