﻿/* CSS Document */

a { 
    text-decoration: none;
}
a:hover { 
    text-decoration: underline;
}


html, body { 
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}


/*------------system_box------------*/
.system_box {
	display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.head_box {
	display: block;
	width: 100%;
	height: 62px;
	background: #fff;
	border-bottom: solid 2px #209dd8;
}

.head_box .sys_logo {
	float: left;
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: small;
	position: relative;
}

.test_w {
	display: inline-block;
	margin: 0;
	padding: 2px 4px;
	background: #333;
	color: #fff;
	position: absolute;
	top: 20px;
	right: 0;
	border-radius: 0.5em;
	font-size: small;
}

.user_box {
	float: right;
	margin: 0.8em 0.5em 0 0;
}

.user_list span {
	font-size: large;
	font-weight: bold;
	margin: 0.2em;
	padding: 0.2em;
}

.user_btn, .menu_btn {
	display: none;
	
}

#txtUser_Name {
	color: #067ab1;
}


/*------menu_box------*/
.menu_box {
	display: inline-block;
	margin: 0;
	padding: 8px 0 0 0;
}

.main_menu {
	display: inline-block;
}

.m_btn_group {
	position: relative;
	float: left;
	list-style: none;
	font-size: large;
	font-weight: bold;
}

a.m_menu_btn {
	display: inline-block;
	line-height: 32px;
	margin: 0 0.2em;
	padding: 0.8em 1em 0.1em 1em;
	border-radius: 6px 6px 0 0;
	color: #209dd8;
}

.m_btn_group.active .m_menu_btn {
	padding: 0.8em 1em 0.4em 1em;
	color: #ffffff;
	background: #209dd8;
	border-radius: 0.3em 0.3em 0 0;
}

.main_menu .m_btn_group a:hover {
	text-shadow: 1px 1px 2px #999;
	text-decoration: none;
}

.main_menu .act a, .main_menu .act a:hover {
	color: #fff;
	background: #209dd8;
}

.menu_list {
	position: absolute;
	display: inline-block;
	left: 1em;
	top: 2.5em;
	margin: 0;
	padding: 1em 1.5em;
	text-align: left;
	font-size: large;
	background: #fff;
	border: solid 1px #999;
	border-radius: 0.2em;
	box-shadow: 0.1em 0.1em 0.1em #999;
	white-space: nowrap;
	z-index: 10;
}

.menu_list .active {
	color: #0062ef;
	font-weight: bold;
}

.menu_list a {
	display: block;
	color: #666;
	font-weight: normal;
	line-height: 2em;
}

.menu_list {
	display: none;
}

/*------con_box------*/
.con_box {
	position: relative;
	display: block;
	margin: 0;
	padding: 1em 1em 4em 1em;
	width: 100%;
	height: calc(100% - 130px);
	overflow: auto;
}

.font_48 {
	font-size: 48pt;
	font-weight: bold;
}

.alert_table_box {
	max-height: 200px;
}

/*------Timeline------*/
.timeline {
	position: relative;
	display: block;
	width: auto;
	max-width: 1280px;
	margin: 0.5em auto;
	padding: 0;
	list-style: none;
}

.timeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 4px;
	background: #ddd;
	left: 31px;
	margin: 0;
	border-radius: 2px;
}/*------垂直線_左------*/

.timeline > li {
	position: relative;
	margin-bottom: 40px;
}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li > .timeline-item {
	margin: 0 15px 0 60px;
	padding: 0;
	position: relative;
}

.timeline > li > .timeline-item > .timeline-header {
	margin: 0;
	color: #333;
	border-bottom: 1px solid #aaa;
	padding: 10px;
	font-size: 16px;
	line-height: 1.1;
}

.timeline > li > .fas,
.timeline > li > .far {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  color: #fff;
  background: #999999;
  border-radius: 50%;
  text-align: center;
  left: 18px;
  top: 0;
}

.timeline > .time-label > span {
  font-weight: 600;
  padding: 5px;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
}

/*------footer_box------*/
.footer_box {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
	background: #333;
}

.f_logo {
	text-align: right;
}

.f_w {
	color: #fff;
}


/*------web_style------*/
.pull-right {
    float: right!important;
}

.pull-left {
    float: left!important;
}

.modal-xxl {
    max-width: 90%;
}

/*--rwd_table_style--*/

.tableScroll_box { 
    display: block;
    width: 100%;
	height: 100%;
    margin: 0;
    padding: 0;
}/*----外層元件要設定固定高度----*/

.inf_con_box .tableScroll {
	margin-bottom: 0;	
}

.tableScroll thead th {
	position: sticky;
	width: auto;
	top: 0; /* 列首永遠固定於上 */
	z-index: 7;
}

.inf_con_table {
	height: 270px;	
}

/*------折疊table------*/

.table_dp_c {
	display: none;
}

/*------table_點擊底色------*/

.table_active_bg {
	background: #fdffe3;
	font-weight: bold;
}

.table_active_bg td:first-child {
	border-left: 4px solid #70cfd3;
}

.table_td_l td {
	padding: 0.5em 0;
	line-height: 1.3em;
}

/*-----------------480_web-------------------*/

/*Styles for screen 480px and lower*/
@media screen and (max-width: 480px) {
	
	.f_logo, .f_w {
		text-align: center;
	}

	/*------con_box------*/
	.con_box {
		height: auto;
		padding: 0.5em 0.1em;
	}
	.timeline > li {
		margin-bottom: 10px;
	}
	
	.timeline-header span {
		display: block;
		margin-top: 0.5em;
	}
	
	/*----web_footer style----*/
	.footer_box {
		position: static;
	}

}
