body,button, input, select, textarea,h1 ,h2, h3, h4, h5, h6 { 
	/*font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;*/
	font: 1.5em OpenSansRegular, Arial;
	color: #000;
}

body {
  /*padding-top: 170px;*/
  padding-bottom: 70px;
  background-color: #eee;
}

.site-logo { 
	background-color: #FFF;
	text-align: center;
	padding: 10px;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  margin-top:  20px;
  background-color: #f5f5f5;
}

.form-group.required label:after { 
   content:" *";
   color:red;
}

/*.form-confirm .has-error .control-label {
  background:  url(../images/error.gif) top left no-repeat;
}*/
.form-confirm .glyphicon-warning-sign {display:none}
.form-confirm .has-error .glyphicon-warning-sign {display:inline}
.glyphicon-warning-sign { color: #ffb400 }

.container .text-muted {
    margin: 20px 0;
}
.navbar { border: 0}
.navbar-custom {
    background-color:#4f9a29;
    color:#ffffff;
    border-radius:0;
}

.navbar-custom .navbar-nav > li > a {
    color:#fff;
}

.navbar-custom .navbar-nav > .active > a {
    color: #ffffff;
    background-color:transparent;
}

.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus,
.navbar-custom .navbar-nav > .open >a {
    text-decoration: none;
    background-color: #387319;
}

.navbar-custom .navbar-brand {
    color:#fff;
}
.navbar-custom .navbar-toggle {
    background-color:#eeeeee;
}
.navbar-custom .icon-bar {
    background-color:#33aa33;
}
/* for dropdowns only */
.navbar-custom .navbar-nav .dropdown-menu  { 
  background-color: #33aa33;
}
.navbar-custom .navbar-nav .dropdown-menu>li>a  { 
  color: #fff;
}
.navbar-custom .navbar-nav .dropdown-menu>li>a:hover,.navbar-custom .navbar-nav .dropdown-menu>li>a:focus  { 
  color: #33aa33;
}