@charset "UTF-8";
body{
	font-family: '微軟正黑體', sans-serif;
}
a:hover.header {
	text-decoration:none
}
div#menu {
	line-height: 100%;
	font-size: 8px;
	padding-bottom: 0.2rem !important;
}
h5#menu {
	margin-left: 0.5rem !important;
	margin-right: 0.5rem !important;
}
hr.title_bar {
    height: 0.5rem;
    border: 0;
    margin-top: 0;
    margin-bottom: 0.2rem;
    box-shadow: inset 0 1rem 0 0 #6AB802;
    /*#e98c2f*/
}
.footer {
  background-color: #f5f5f5;
}
.bg_yellow{
	background: yellow;
}
.note_red{
	color: red;
}
.note_blue{
	color: blue;
}
/*覆蓋bootstrap的form設定*/
.form-control{
	height: initial;
	padding: 0.4rem 0.8rem;;
}
.custom_select{
	width:initial;
	padding: 0.3rem 0.8rem 0.4rem 0.8rem;
/* 	height: calc(1.5em + 0.5rem + 2px); */
}

.list-group-item-custom {
	color: #343a40;
    background-color: #fdfdfe;
}
.list-group-item-custom:hover, .list-group-item-custom:focus {
    background-color: #ececf6;
}
/*報名程序的flowbar*/
.stepwizard-step p {
    margin-top: 5px;
    line-height:100%;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
/*     width: 50%; */
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    cursor: default !important;
}
/*自訂顏色*/
.text-darkorange{
	color: #8a4d0f;
}
.bg-darkblue{
	background-color: #1159a2;
}
.border-darkblue{
	border-color: #1159a2 !important;
}
.table-darkblue, .table-darkblue > td{
	background-color: #1159a2;
	color: #fff;
}
.table-orange, .table-orange > td{
	background-color: #e98c2f;
	color: #fff;
}
.table-lightgreen, .table-lightgreen > td{
	background-color: #6AB802;
	color: #fff;
}
.btn-nav{
	border-color: #6AB802;
	background-color: #6AB802;
	color: #fff;
}
.btn-nav:hover{
	color: #fff;
}
.btn-costum {
	padding: 0.4rem 0.8rem;
}
/*fake table*/
div.oddrow{
	background-color: #f9f9f9;
}

.fake_table{
	background-color: #grey;
}
.fake_table,.fake_thead{
    margin: 0px;
    padding: 0px;
    font-size: 0.93rem;
}

.fake_td{
	padding: 0.5rem;
    background-color: transparent;
}

.fake_table, .fake_thead{
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ddd;
}
.fake_thead{
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ddd;
}
.fake_thead div{
	font-weight: bold;
	vertical-align: middle;
}

/*回到頁頂按鈕*/
#scrollTop {
	font-size: 1.2em;
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 999;
    display: none;
}
.sticky-offset {
    top: 70px;
}