@charset "utf-8";
/* CSS Document */

html {
	background-color: rgb(230,230,230);
}

body {
	width: 1250px;
	min-height: 100%;
	_height: 100%;
	margin: 0 auto;
	padding:0px;
	background-color: #FFF;
    font-size: 150%;
}

header {
	width: 1250px;
	margin: 0 auto;
	color: #FFF;
	background-color:#2a659f;
}

footer {
	width: 1250px;
	margin: 0 auto;
	bottom: 0;
	padding: 20px 0 10px 0;
	color: #FFF;
	background-color:#2a659f;
}
footer a,
footer a:link,
footer a:hover,
footer a:focus,
footer a:visited {
    color: #FFF;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

nav {
	min-height: 40px;
	width: 100%;
	background-color: #2a659f;
	float: left;
	position: relative;
	z-index: 1;
}

.title {
	font-weight: normal;
	cursor: pointer;
}
.title:hover {
	font-weight: bold;
}

a {
	cursor: pointer;
}


.bg-success {
  background-color: #5cb85c;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #449d44;
}
/*error Msg Icon*/
i.errorMsgIcon{border-radius: 50%; width: 55px; height:55px; color: white; text-align: center; line-height: 55px;}


#menu  ul.nav, #menu  ul.nav li, #menu  ul.nav ul, a{
    margin: 0;
    padding: 0;
    text-decoration: none;
}

#menu ul, #menu  ul li {
    list-style: none;
}

/* 選單 li 之樣式 */
#menu ul.nav li {
    position: relative;
    float: left;
    
}
/* 選單 li 裡面連結之樣式 */
#menu ul.nav li a{
    display: block;
    padding: 12px 20px;
    #background: #888;
    color: #FFF;
    
    background-repeat: no-repeat;
    background-position: right center;
}
/* 特定在第一層，以左邊灰線分隔 */
#menu ul.nav > li > a{
    #border-bottom: 1px solid #CCC;				
    #border-left: 1px solid #CCC;
}
#menu ul.nav > li > a:hover{
    font-weight: bold;
	color: #000;
    background: #CCC
}
/* 特定在第一層 > 第二層或以後下拉部分之樣式 */
#menu ul.nav ul{
    display: none;
    float: left;
    position: absolute;			
    left: 0;	
    margin: 0;
    width: 10%;
}
/* 當第一層選單被觸發時，指定第二層顯示 */
#menu ul.nav li:hover > ul{
    display: block;
}
#menu ul.nav li:hover > ul.uu {
 	width: 260px;
}
/* 特定在第二層或以後下拉部分 li 之樣式 */
#menu ul.nav ul li {
    border-bottom: 1px solid #FFF;
	background-color:#2a659f;
}
#menu ul.nav ul.uu li {
 	width: 250px;
}
/* 特定在第二層或以後下拉部分 li （最後一項不要底線）之樣式 */
#menu ul.nav ul li:last-child {
    border-bottom: none;
}
/* 第二層或以後選單 li 之樣式 */
#menu ul.nav ul a {
    width: 150px;
    padding: 12px 6px;	
    #color: #666;		
    #background: #EEE;
}
#menu ul.nav ul.uu a {
    width: 250px;
}
#menu ul.nav ul a:hover {
    font-weight: bold;
	color: #000;
    background: #CCC;
}
#menu ul.nav ul.uu a:hover {
 	width: 250px;
}
/* 第三層之後，上一層的選單觸發則顯示出來（皆為橫向拓展） */
#menu ul.nav ul li:hover > ul{
    display: block;
    position: absolute;
    top: 0;				
    left: 100%;
}

/* 箭頭向下 */
.arrow-bottom {
    display: inline-block;
    margin-left: 5px;
    border-top: 4px solid #FFF;
    border-right: 4px solid transparent;				
    border-left: 4px solid transparent;		
    width: 1px;
    height: 1px;
}


/* 箭頭向右 */
.arrow-right {
    display: inline-block;
    margin-left: 12px;	
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #FFF;		
    width: 1px;
    height: 1px;
}

#container {
	width: 1250px;
	min-height: 670px;
	padding: 70px 10px 0 10px;
	z-index: 1;
}

#overlay {
	line-height: 400px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 999;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}​



/* 清單表格 */
.table {
	margin: 0 auto;
}
.table thead tr {
	background-color: #1EB478;
	height: 30px;
}
.table thead tr  th, .table thead tr  td{
	color: #FFF;
    vertical-align: middle;
}
.table tbody tr {
	height: 30px;
}
.table tbody tr td {
    vertical-align: middle;
}

/* 表單表格 */
.table_form tbody tr td {
    padding: 5px 10px;
}
.table_form tbody tr th:nth-child(1), .table_form tbody tr th:nth-child(4) {
    width: 2%; color: #F00; text-align: center; background-color: #EEE;
}
.table_form tbody tr th:nth-child(2), .table_form tbody tr th:nth-child(5) {
    width: 14%; font-weight: normal; background-color: #EEE;
}
.table_form tbody tr td:nth-child(4) {color: #F00;}
.table_form tbody tr td table tbody tr td:nth-child(1) {color: #000;}
.table_form tbody tr td table tbody tr td:nth-child(4) {color: #000;}
.table_form tbody tr td:nth-child(3n) {
    width: 30%;
    background: #FFF;
}

.table-hover > tbody > tr:hover {
  background-color: #eee6ff;
}

/* 控制項 */
.datetime {
    width: 150px;
	text-align: center;
}
input.number {
    text-align: right;
}
textarea {
    min-height: 150px;
    resize: vertical;
}
table .showModal {
    padding: 0 5px 0 5px;
    margin: 0;
    cursor: pointer;
}
button {
    padding: 5px;
}
.showAttachment {
    font-size: 100%;
    padding: 5px;
    margin: 0 0 0 10px;
    cursor: pointer;
}

/* 跳頁選單 */
.pageBar {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}

#form_memo {
    line-height: 30px;
    margin: 50px 20px 20px 20px;
    padding: 20px;
}
form .row {
    margin-bottom: 10px;
}
#doSubmit {
    display:none;
}