/*語言列下拉框*/
.selectLanguage{
    font-family: '微軟正黑體';
    margin:10px 0;
	float: right;
    background: rgba(0,0,0,0);
    width: 150px;
    height: 35px;
    font-size: 14px;
    color: blue;
    text-align: center;
    border: 1px #0066FF solid;
    border-radius: 5px;
}
/*共用的文字*/
.allTextStyle{
  font-family: '微軟正黑體';
  font-size: 16px;
}
/*內文文字-固定文字*/
.textColorStyle{
  color: #4B1694
}
/*內文文字-藍色粗體*/
.textColorBlueStyle{
  color: #0066FF;
  font-weight: bold;
}
/*內文文字-紅色粗體*/
.textColorRedStyle{
  color: #FF0000;
  font-weight: bold;
}
/*主文字區塊的背景顏色*/
.textAreaCloorStyle{
  background-color: #f1e1ff;

}
/*共用的按鈕樣式*/
.buttonStyle{
  width: 100px;
  height: 40px;
  font-family: '微軟正黑體';
  font-size: 16px;

}

/*表格的樣式*/
.tableStyle{
  border: 1px solid #dee2e6; /*外框線*/
  cellpadding: 5;
  cellspacing: 2;
  background-color: white;
  font-family: '微軟正黑體';
  /*font-color: #4B1694 solid;*/
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.3rem;
}
/*表格滑鼠移入的效果*/
.tableHoverStyle tbody tr:hover {
  color: #4B1694;
  background-color: rgb(237, 213, 251);
}
.tableHeight tbody tr {
	max-height: 30px;
}
/*表格首列的顏色*/
.titleTdStyle{
  background-color: #DEB4F8;
}
/*單獨的文字效果*/
.stringStyleForTitle p{
  color: #4B1694;

}
/*input 共通樣式*/
input{
  border-radius: 4px;
  font-size: 14px;
  font-family: '微軟正黑體';
  height: 35px;
}
/**navbar 設計樣式*/
.navStyle{
  font-family: '微軟正黑體';
  font-size: 16px;
  color: white;
  /*font-weight: bold;*/

}

/*navbar 下拉選單*/
.dropbtn {
  background-color: #007bff;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #007bff;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #007bff;}

/*服務申請上方提示*/
.divStyle_Service{
	
	font-size: 18px;
	font-family: '微軟正黑體';
	width: 100%;
	margin: 10px auto;
	border:2px #dcb5ff solid;
	background-color: #f1e1ff;
	padding: 5px;
	border-radius: 10px;
	padding-left: 20px;

}
/*選單*/
.menu_list{width:auto;margin-left:0;}
.menu_head{
 height: 47px;
 line-height: 47px;
 padding-left: 38px;
 font-size: 16px;
 font-family: '微軟正黑體';
 color: #525252;
 cursor: pointer;
 border-left: 1px solid #e1e1e1;
 border-right: 1px solid #e1e1e1;
 border-bottom: 1px solid #e1e1e1;
 border-top: 1px solid #F1F1F1;
 position: relative;
 margin: 0px;
 font-weight: bold;
 background: #f1f1f1 center right no-repeat;
 
}
.menu_list .current{
background:#f1f1f1 center right no-repeat;

}
.menu_body{
 line-height: 38px;
 border-left: 1px solid #e1e1e1;
 background-color: #fff;
 border-right: 1px solid #e1e1e1;
 font-size: 16px;
 font-family: '微軟正黑體';
}
.menu_body a{
display:block;
height:38px;
line-height:38px;
padding-left:38px;
color:#777777;
background:#fff;
text-decoration:none;
border-bottom:1px solid #e1e1e1;}
.menu_body a:hover{
text-decoration:none;
}
.page_margin {
	margin:5px 0;

}
