img{
	vertical-align: bottom;
}
form{
	display:inline;
}
select, button, input[type=button]{
	font-family:"微軟正黑體", Ariel;
}
.popupBody{
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: flex-start;
}
.inputUIWithBorder{
	font-family:"微軟正黑體", Ariel;
	font-size:1rem;
	padding:2px 5px;
	border:1px solid #DDD;
	border-radius:3px;
	background-color:#EFE;
}
.selectArrowNone{
	padding:2px 5px;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}
.selectArrowNone::-ms-expand {
    display: none;
}
#mainContainer{
	font-family:"微軟正黑體", Ariel;
}
#mainContainerCover{
	display: flex;
	flex-flow: column;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}
.mainContainerCoverZoneTop{
	width: 100%;
	height: 70px;
	min-height: 70px;
}
.mainContainerCoverZoneCenter{
	width: 100%;
	flex-grow: 1;
	background-color: rgba(0, 0, 0, 0.1);
	pointer-events:auto;
}
#searchEngineResults table{
	float:left;
}
#searchResultsDisplay a{
	color:#000;
}
#searchResultsDisplay a:hover{
	color:#00F;
	text-decoration: underline;
}
.searchTypeShow{
	color:#333;
}
.searchTypeShow label{
	color: #31A4A8;
	text-decoration: none;
}
.searchTypeShow input[type=radio]{
	display: none;
}
.searchTypeShow input[type=radio]:checked +label{
	color: #333;
}
.searchTypeShow input[type=radio]:hover +label{
	cursor: pointer;
	color: #00F;
	text-decoration: underline;
}
.searchResultItem{
	height: 70px;
	display: table-cell;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 21px center;
	padding: 5px 10px 5px 15px;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
	overflow: hidden;
}
.startTable{
	height:23px;
	background-color:#FFFFFF;
	border: 1px solid #EEE;
	border-radius:4px;
	box-shadow:0 1px 5px 0 rgba(0, 0, 0, 0.2);
	position:relative;
	margin:8px;
}
.startHeader{
	width:100px;
	background-color:#E8641B;
	border-radius:4px 0 0 4px;
	color:#FFFFFF;
	text-align: center;
	font-size:1rem;
	position:absolute;
	top:1px;
	left:1px;
	z-index:1;
}
#announceContent{
	padding:5px;
	overflow:auto;
	font-size:1rem;
}
#announceContent ol{
	list-style:decimal outside none;
	padding-left:40px;
}
#announceContent ul{
	list-style:disc outside none;
	padding-left:40px;
}
#profileLeft {
	width:41%;
	min-width:320px;
	float:left;
}
#profileRight {
	width:58%;
	min-width:320px;
	float:right;
}
.profileHead{
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: flex-start;
	font-size: 1.1rem;
	font-weight: bold;
	box-sizing: border-box;
	padding: 0 0 1rem 0;
	border-radius: 3px;
}
.profileIcon{
	display: inline-flex;
	width: 75px;
	min-width: 75px;
	max-height: 75px;
	box-sizing: border-box;
}
.profileName{
	flex-grow: 1;
	padding: 0 0 0 1rem;
	box-sizing: border-box;
	word-break: break-all;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.profileShow{
	position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #f8f9fa;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
	padding: 0.5rem;
}
/*******EIP Table 開始*******/
.eipTable{
	background-color: #FFFFFF;
	border: 1px solid #818181;
}
.eipTable2{
	border: 0;
	table-layout:auto;
	border-spacing: 1px;
}
.eipTable2 tr td{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.eipHeader{
	height: 25px;
	font-family:"微軟正黑體", Ariel;
	font-size: 1rem;
	background-color: #737373;
	color: #FFFFFF;
	text-align: center;
	caption-side:top; 
}
.eipHeaderPure{
	font-family:"微軟正黑體", Ariel;
	font-size: 1rem;
	border-left:0;
	border-right:0;
	border-bottom:1px solid #CCCCCC !important;
	caption-side:top; 
}
.eipItem{
	font-family:"微軟正黑體", Ariel;
	font-size: 1rem;
	background-color: #CCCCCC;
	color: #000000;
	text-align: center;
}
.eipItemLeft{
	font-family:"微軟正黑體", Ariel;
	font-size: 1rem;
	background-color: #CCCCCC;
	color: #000000;
	text-align: left;
}
.eipItemRight{
	font-family:"微軟正黑體", Ariel;
	font-size: 1rem;
	background-color: #CCCCCC;
	color: #000000;
	text-align: right;
}
.assetBookingData{
	font-family:"微軟正黑體", Ariel;
	font-size:11.5pt;
	color:#333;
	text-align:center;
	word-break:break-all;
	word-wrap:break-word;
	padding:1px;
}
.eipData{
	font-family:"微軟正黑體", Ariel;
	font-size: 11.5pt;
	color: #333;
	padding: 0 5px;
	text-align: left;
}
.eipDataCenter{
	font-family:"微軟正黑體", Ariel;
	font-size: 11.5pt;
	color: #333;
	padding: 0 5px;
	text-align: center;
}
.eipDataRight{
	font-family:"微軟正黑體", Ariel;
	font-size: 11.5pt;
	color: #333;
	padding: 0 5px;
	text-align: right;
}
.eipDataNone{
	font-family:"微軟正黑體", Ariel;
	font-size: 11.5pt;
	color: #333;
	padding: 5px 0;
	vertical-align: top;
}
.eipDataPaddingZero{
	font-family:"微軟正黑體", Ariel;
	font-size: 11.5pt;
	color: #333;
}
.eipData a, .eipData font,
.eipDataNone a,
.eipDataRight a,
.eipDataCenter a,
.eipDataPaddingZero a,
.efolderData a{
	color: #333;
	text-decoration: none;
}
.eipData a:hover, .eipData font:hover,
.eipDataNone a:hover,
.eipDataRight a:hover,
.eipDataCenter a:hover,
.eipDataPaddingZero a:hover,
.efolderData a:hover{
	color: #33F;
	text-decoration: underline;
}
.eipCover{
	font-size: 1rem;
	background-color: rgb(255, 215, 0);
	text-align: left;
}
.eipAlert{
	font-family:"微軟正黑體", Ariel;
	font-size: 11.5pt;
	color: #F33;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}
.eipAlert a{
	color: #33F;
	text-decoration: none;
}
.eipAlert a:hover{
	color: #CCF;
	text-decoration: underline;
}
.eipDetail, .eipDetailMaster{
	vertical-align: top;
}
tr.eipDetail:hover, div.eipDetail:hover{
	background-color:#FFFFCC;
}
tr.eipDetailMaster:hover, div.eipDetailMaster:hover{
	background-color:#FFEEFF;
}
.eipTableWidth{
	width: 5px;
}
.eipTableHeight{
	height: 5px;
}
.eipNone{
	margin: 0 0 .5em 0;
	padding-left: 15px;
	color: #999999;
	font-size: 11pt;
}
.efolderItem{
	vertical-align: top;
}
.efolderItemClick{
	vertical-align: top;
	background-color:#FFFFCC;
}
.efolderItem td, .efolderItemClick td{
	user-select: none; /* CSS3 (little to no support) */
	-ms-user-select: none; /* IE 10+ */
	-moz-user-select: none; /* Gecko (Firefox) */
	-webkit-user-select: none; /* Webkit (Safari, Chrome) */
}
tr.efolderItem:hover{
	background-color:#FFFFCC;
}
div.efolderItem:hover{
	background-color:#FFFFCC;
}
.efolderData{
	min-width:110px;
	width:130px;
	font-family:"微軟正黑體", Ariel;
	font-size: 11.5pt;
	color: #333;
	padding:5px;
	text-align: left;
}
.efolderIconMenu{
	width:35px;
	border-radius:4px 0 0 4px;
	background: #f0f9ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0f9ff 0%, #cbebff 47%, #a1dbff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 ); /* IE6-9 */
/* 
	background: rgb(254,252,234); Old browsers
	background: -moz-linear-gradient(top,  rgba(254,252,234,1) 0%, rgba(241,218,54,1) 100%); FF3.6-15
	background: -webkit-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); Chrome10-25,Safari5.1-6
	background: linear-gradient(to bottom,  rgba(254,252,234,1) 0%,rgba(241,218,54,1) 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); IE6-9
 */
	display:none;
}
.efolderIconMenu div{
	margin:1px 1px 13px 1px;
}
.eipMenuItem{
	padding: 15px;
	font-size: 1rem;
	color: #333;
	cursor: pointer;
}
.eipMenuItem:hover{
	color:#00F;
	text-decoration: underline;
}
/*******EIP Table 結束*******/
.label{
	display: inline-block;
	padding: 5px 0;
}

.label a{
	display:block;
	color:#AAA;
	padding:0 1.2em;
	text-decoration:none;
	display:inline-block;
	font-size:1rem;
	font-weight: bold;
	border-radius:3px 3px 0 0;
	-o-border-radius:3px 3px 0 0;
	-ms-border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
}
#actionTab{
	color:#884b91;
	font-weight: bold;
	border-bottom: 2px solid #a9834f;
}
.eipSearch, .groupEdit{
	margin: 0;
	font-size: 1rem;
	font-family: "微軟正黑體", Ariel;
	position: relative;
}
.eipSearch input[type=text]{
	width: 100%;
	color: #777;
	font-size: 1.1rem;
	font-family: '微軟正黑體';
	background-color: #F9F9F9;
	border: 1px solid #DDD;
	border-radius: 5px;
	padding: 5px 55px 5px 10px;
	outline: 0;
}
.eipSearch select{
	min-width: 70px;
	margin: 0 .3em;
	vertical-align: middle;
	font-size: 1rem;
	font-family: "微軟正黑體", Ariel;
}
.eipSearch input[type=button], .eipSearch button[type=submit], .eipSearch button[type=button]{
	width: 35px;
	height: 35px;
	background: url('search_w.png') #FF6A76 50% 50%/20px 20px no-repeat;
	border: 0;
	border-radius: 0 5px 5px 0;
	position: absolute;
	top: 0;
	right: 0;
}
.groupEdit input[type=text]{
	width: 100%;
	color: #777;
	font-size: 1.1rem;
	font-family: '微軟正黑體';
	background-color: #F9F9F9;
	border: 1px solid #DDD;
	border-radius: 5px;
	padding: 5px 55px 5px 10px;
	outline: 0;
}
.groupEdit input[type=button]{
	width: 35px;
	height: 35px;
	background: url('save_w.png') #FF6A76 50% 50%/20px 20px no-repeat;
	border: 0;
	border-radius: 0 5px 5px 0;
	position: absolute;
	top: 0;
	right: 0;
}
.eipButtonDisable{
	font-family:微軟正黑體;
	font-size:11pt;
	padding:1px 5px;
	outline:0;
	border:0;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	background-color:#CCCCCC;
}
.eipButton{
	font-family:微軟正黑體;
	font-size:11pt;
	padding:1px 5px;
	border:0;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	background-color:#4285F4;
	color:#FFF;
	cursor:pointer;
}
.eipButton:hover{
	background:#5396FF;
	box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.eipGroupBtn button {
	z-index: 0;
	margin: 5px 0;
	border: 0;
	font-size: 11pt;
    background-color: #009688;
    color: #FFF;
    cursor: pointer;
    float: left;
}
.eipGroupBtn:after { /* Clear floats (clearfix hack) */
    content: "";
    clear: both;
    display: table;
}
.eipGroupBtn button:hover { /* Add a background color on hover */
	z-index: 1;
    border-color: #9999FF;
    background-color: #00B8AA;
    box-shadow:inset 0 0 7px rgba(0, 0, 0, 0.3);
}
.eipUserBtn{
	border:1px solid #EEE;
	border-radius:3px;
	box-shadow:1px 1px 3px 0 rgba(0, 0, 0, 0.5);
	background:url('tree/male.png') #FFF no-repeat 5px 50%/18px 18px;
	padding:2px 26px;
	margin:2px 5px;
	font-size:1rem;
	cursor:pointer;
	position:relative;
}
.eipDropBtn{
	border:1px solid #FFF;
	border-radius:3px;
	box-shadow:1px 1px 3px 0 rgba(0, 0, 0, 0.5);
	background:url('cal/clear.png') #EEE no-repeat 85% 50%;
	padding-right:26px;
	margin: 3px 10px 3px 0;
	font-size:1rem;
	color: #333;
	cursor:pointer;
	position:relative;
}
.eipBtn{
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #FFF;
	border: 1px solid #FFF;
	border-radius: 18px;
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
	padding: 1px;
	margin: 3px 10px 3px 0;
	font-size:1rem;
	cursor: pointer;
}
.eipUserBtn:hover, .eipDropBtn:hover, .eipBtn:hover{
	background-color:#EEE;
}
.eipIconTextBtn{
	background-size: 16px 16px;
	background-color: #EEE;
	background-repeat: no-repeat;
	background-position: 5px 50%;
	border:1px solid #FFFFFF;
	border-radius:3px;
	box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.5);
	padding:0 5px 0 23px;
	font-size:11.5pt;
	cursor:pointer;
	position:relative;
}
.eipIconTextBtn:hover{
	outline:1px solid #DDD;
	box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.eipGlobeBtn{
	border:1px solid rgba(0, 0, 0, 0.3);
	border-radius:3px;
	box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.3);
	padding:0 5px 0 23px;
	font-size:11.5pt;
	cursor:pointer;
	position:relative;
}
.eipGlobeBtn:hover{
	box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.3);
}
.cloudFolder{
	min-height: 25px;
	padding: 2px 0 0 23px;
	background-image: url('svfolder.png');
	background-repeat: no-repeat;
	background-position: 2px 5px;
	background-size: 16px 16px;
	cursor: pointer;
	overflow: hidden;
}
.personalBox{
	display:inline-flex;
	justify-content:center;
	align-content:flex-start;
	align-items:center;
	width: 31.5%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	background: #FFF;
	padding: 8px;
	margin: 8px .9%;
	box-sizing:border-box;
}
.personalBoxIcon{
	width:35px;
	align-self:center;
	margin:auto;
}
.profileButton{
	width:100%;
	min-width:276px;
	margin:5px 0;
	padding:10px 0;
	font-size: 11pt;
	border:0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	background:#009688;
	color:#fff;
	cursor:pointer;
}
.profileButton:hover{
    border-color: #9999FF;
    background-color: #00B8AA;
    box-shadow:inset 0 0 7px rgba(0, 0, 0, 0.3);
}
.profileButtonDisable{
	width:100%;
	margin:5px 0;
	padding:10px 0;
	font-size: 11pt;
	font-family: 微軟正黑體;
	border:0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	background:#ccc;
	color:#fff;
}
.securityInput{
	width:100%;
	height:36px;
	line-height:24px;
	outline:0;
	margin:20px 0;
	padding:5px 0;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:1px solid lightgrey;
	vertical-align:middle;
	font-size:1rem;
}
.securityInputTitle{
	position:absolute;
	top:30px;
	left:0;
	animation:makeBlueTitle .3s cubic-bezier(0.4,0,0.2,1) forwards;
}
@keyframes makeBlueTitle{
    from {
		color:grey;
	}
    to {
    	top:10px;
		color:blue;
		font-size:10pt;
    }
}
.securityInputUnderline{
	width:100%;
	height:2px;
	position:absolute;
	left:50%;
	bottom:19px;
	animation:makeBlueUnderline .3s cubic-bezier(0.4,0,0.2,1) forwards;
}
@keyframes makeBlueUnderline{
    from {
		width:0;
		background:linear-gradient(to left, white, blue, white);
	}
    to {
    	left:0;
		width:100%;
		background:blue;
    }
}
.securityBtn{
	font-size:1rem;
	padding:5px 20px;
	border:0;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	background:#4285f4;
	color:#fff;
	cursor:pointer;
}
.securityBtn:hover{
    box-shadow:inset 0 0 21px rgba(255, 255, 255, 0.5);
}
/*******EIP TAB UI START*******/
.eipPageOpen{
	border-top: 1px solid #777;
	border-right: 1px solid #777;
	border-left: 1px solid #777;
	border-radius: 4px 4px 0 0;
	padding: 2px 5px;
	text-align: center;
	font-size: 1rem;
}
.eipPageOpen a{
	text-decoration: none;
}
.eipPageOpen a:hover{
	color: #F33;
	text-decoration: underline;
}
.eipPageClose{
	border: 1px solid #777;
	border-radius: 4px 4px 0 0;
	background-color: #DDD;
	padding: 2px 5px;
	text-align: center;
	font-size: 11pt;
	cursor: pointer;
}
.eipPageClose:hover{
	color: #F00;
	background-color: #CFC;
	font-size: 1rem;
	border-left:solid 1px #AAA;
	border-right:solid 1px #AAA;
	border-top:solid 1px #AAA;
}
.eipPageSpace{
	width: 10px;
	border-bottom: 1px solid #777;"
}
.eipPageNull{
	border-bottom:1px solid #777;
}
/*******EIP TAB UI CLOSE*******/
.eipPageButton{
	border: solid 1px #31A4A8;
	border-radius: 4px;
	font-weight: bold; 
	padding: 0 5px;
	cursor: pointer;
	color: #31A4A8;
}
.eipPageButton:hover{
	color:#FFF;
	background-color: #31A4A8;
}
.eipPageNumber{
	color:#333;
	padding:0 5px;
}
.eipPageNumber a{
	color: #31A4A8;
	text-decoration: none;
}
.eipPageNumber a:hover{
	color: #00F;
	text-decoration: underline;
}
/*----EIP ORGTREE----*/
.orgtree{
	font-size: 1rem;
	text-align: left;
}
.orgtree a{
	color: #00F;
	text-decoration: none;
}
.orgtree a:hover{
	color: #F00;
	text-decoration: underline;
}
.orgtreePath{
	font-size: 1rem;
	font-weight: bold;
	height: 32px;
	border: 1px solid #DDD;
	border-radius: 16px;
	margin: 10px 0;
	padding: 0 16px 0 16px;
}
.orgtreePath:hover, .orgtreePathClick{
	background-color: rgba(66, 133, 244, 0.8);
	color:#FFF;
}
.orgtreeRoot{
	padding: 0 16px 0 27px;
	background-image: url('tree/orgRoot_s.png');
	background-position: 8px 50%;
	background-repeat: no-repeat;
}
.orgtreePersonItem{
	display:flex;
	flex-flow:row;
	width:100%;
	font-size:1rem;
	line-height:32px;
	box-sizing:border-box;
	padding-left:16px;
	border-radius:3px;
}
.orgTreeDisplay{
	font-size: 1rem;
	color: #333;
}
.orgTreeDisplay>div:not(.orgtreeItemSub), .orgtreeItemSub>div:not(.orgTreeDisplay){
	padding: 7px 0;
}
.orgTreeIcon{
	width:32px;
	margin:auto;
	border-radius:50%;
	align-self:center;
}
.orgtreeItem{
	display:flex;
	flex-flow:row;
	width:100%;
	font-size:1rem;
	line-height:32px;
	box-sizing:border-box;
	border-radius:3px;
}
.orgtreeItemIcon{
	display: inline-flex;
	max-height: 32px;
	box-sizing: border-box;
}
.orgtreeIconSize16{
	width: 16px;
	min-width: 16px;
}
.orgtreeIconSize24{
	width: 24px;
	min-width: 24px;
}
.orgtreeIconSize32{
	width: 32px;
	min-width: 32px;
}
.orgtreeIconSize40{
	width: 40px;
	min-width: 40px;
}
.orgtreeItemCheckbox{
	display: inline-flex;
	width: 24px;
	min-width: 24px;
	max-height: 32px;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}
.orgtreeItemCheckbox input[type=checkbox]{
	margin:auto;
}
.orgtreeItemCheckbox input[type=checkbox]:checked{
	color: #FFF;
	background-color: #82C94A;
}
.orgtreeItemName{
	margin: 0;
	flex-grow: 1;
	padding-left: 4px;
	box-sizing: border-box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.orgtreeItemName:hover{
	background-color: rgba(255, 215 , 0, 0.5);
	border-radius: 3px;
}
.orgtreeItemName a{
	color: #333;
}
.orgtreeItemOption{
	display: block;
	margin-left: 24px;
	position:relative;
	top: -3px;
}
.orgtreeOptionBox{
	width: 168px;
	padding: 7px 15px;
	border-radius: 3px;
	border-spacing: 1px;
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .5);
	background-color: rgba(255, 255, 255, 0.9);
}
.orgtreeItemSub{
	margin-left:21px;
	box-sizing:border-box;
}
.eipOrgSubShow{
	margin:auto;
	align-self:center;
	cursor:pointer;
}
.eipOrgSubHide{
	transform:rotate(90deg);
	margin:auto;
	align-self:center;
	cursor:pointer;
}
.eipEasyAciBox{
	margin-top: 5px;
	margin-right: 5px;
	padding: 7px 15px;
	border-radius: 3px;
	border: 1px solid #FFF;
	display: inline-block;
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .5);
	background-color: rgba(255, 255, 255, 0.9);
}
/******NEW EIP UI START********/
.eipBox ul li{
	margin: 0 0 .5em 0;
	padding-left: 15px;
	background: url('small_arrow.gif') no-repeat 0 3px;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
}
.eipBox .item{
	font-size: 1rem;
	border-left: 5px solid #884b91;
	padding: .2em .5em;
	margin-bottom: .5em;
	font-weight: bold;
	color: #884b91;
}
.eipBoxShadowBottom{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
	background: transparent;
	background: linear-gradient(to top, #FFF, #F7F7F7);
	background: -webkit-linear-gradient(to top, #FFF, #F7F7F7);
}
.eipBoxShadowRightBottom{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	background: transparent;
	background: linear-gradient(to left top, #FFF, #F7F7F7);
	background: -webkit-linear-gradient(to left top, #FFF, #F7F7F7);
}
.mainTitle{
	max-width: 520px;
	font-size: 11pt;
	padding-right: 55px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.subDescription{
	color: #acacac;
	font-size: .9rem;
	padding-right: 55px;
	vertical-align: sub;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	position: relative;
}
.bookmarkAdd{
	padding-left:23px;
	background-image:url('fileNew.png');
	background-repeat:no-repeat;
	background-position:0 50%;
	background-size:16px 16px;
}
.bookmarkDel{
	margin-left:11px;
	padding-left:23px;
	background-image:url('delete.png');
	background-repeat:no-repeat;
	background-position:0 50%;
	background-size:16px 16px;
}
.bookmarkMov{
	margin-left:11px;
	padding-left:23px;
	background-image:url('fileMove.png');
	background-repeat:no-repeat;
	background-position:0 50%;
	background-size:16px 16px;
}
.bookmarkSelect{
	margin-left:11px;
	padding-left:23px;
	background-image:url('selectAll.png');
	background-repeat:no-repeat;
	background-position:0 50%;
	background-size:16px 16px;
}
.bookmarkCancel{
	margin-left:11px;
	padding-left:23px;
	background-image:url('selectNone.png');
	background-repeat:no-repeat;
	background-position:0 50%;
	background-size:16px 16px;
}
.bookmarkImport{
	margin-left:11px;
	padding-left:23px;
	background-image:url('import.png');
	background-repeat:no-repeat;
	background-position:0 50%;
	background-size:16px 16px;
}
.eipInfoMain{
	background-color: #FFFFFF;
	border: 0;
	border-radius: 4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-moz-border-radius:4px;
	padding: 8px;
	margin: 8px;
}
.eipInfoMainWithBorder{
	background-color: #FFFFFF;
	border-radius: 4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-moz-border-radius:4px;
	box-shadow:1px 1px 5px 0 rgba(0, 0, 0, 0.3);
	padding: 8px;
	margin: 8px;
}
.eipDrogOver{
	vertical-align: top;
	background-color: #FFFFCC;
}
.startWithArrowRight{
	text-align: left;
	padding-left: 23px;
	background-image: url('arrow_right.gif');
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
.startWithArrowDown{
	text-align: left;
	padding-left: 23px;
	background-image: url('arrow_down.gif');
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
.startWithBullet{
	padding-left: 16px;
	background: url('small_arrow.gif') no-repeat 0 3px;
}
.startWithLineBullet{
	padding-left: 16px;
	background: url('small_lineArrow.png') no-repeat 0 3px;
}
.itemBorderRadiusArc{
	color: #333;
	font-size: 1rem;
	font-family:"微軟正黑體", Ariel;
	border: 1px solid #DDD;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.itemBorderZero{
	font-size:1rem;
	border:0;
	border-radius:0;
}
.folderRootItem{
	height: 25px;
	padding-left: 26px;
	background-repeat: no-repeat;
	background-position: 2px 3px;
	background-size: 20px 20px;
}
.folderSubShow{
	background-image: url('arrowRight.png');
	background-repeat: no-repeat;
	background-position: 0 7px;
	background-size: 12px 12px;
	cursor: pointer;
}
.folderSubItem{
	height: 25px;
	padding-left: 23px;
	background-repeat: no-repeat;
	background-position: 2px 5px;
	background-size: 16px 16px;
}
.folderSubHide{
	background-image: url('arrowDown.png');
	background-repeat: no-repeat;
	background-position: 0 7px;
	background-size: 12px 12px;
	cursor: pointer;
}
/******NEW EIP UI END************/
/*----OVERRIDE DOJO CSS START----*/
#nbgDialog_underlay {/*----DOJO Dialog NO BACKGROUND----*/
	background: none;
}
.tundra .dijitDropDownButton.shortCut{
	margin: 0;
}
.tundra .dijitDropDownButton.shortCut .dijitButtonNode{
	border: 0;
	padding: 0;
	color: auto;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px transparent;
	-moz-box-shadow: 0 1px 1px transparent;
	box-shadow: 0 1px 1px transparent;
	background-color: transparent;
	background-image: none;
}
.tundra .dijitComboButton.shortCut{
	margin: 0;
}
.tundra .dijitComboButton.shortCut .dijitButtonNode{
	border: 0;
	margin: 0;
	padding: 0;
	color: auto;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px transparent;
	-moz-box-shadow: 0 1px 1px transparent;
	box-shadow: 0 1px 1px transparent;
	background-color: transparent;
	background-image: none;
}
.tundra .issueReplyHistory .dijitTitlePaneContentInner {
	padding:0;
}
.tundra .dijitDropDownButton.eipIconBtn{
	margin: 0;
}
.tundra .dijitDropDownButton.eipIconBtn .dijitButtonNode{
	border: 0;
	padding: 0;
	color: auto;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 1px 1px transparent;
	-moz-box-shadow: 0 1px 1px transparent;
	box-shadow: 0 1px 1px transparent;
	background-color: transparent;
	background-image: none;
}
.tundra .dijitDropDownButton.eipIconBtn .dijitButtonText{
	padding: 0;
}
.tundra .dijitDropDownButton.eipIconBtn .dijitArrowButtonInner{
	display:none;
}
.tundra .dijitMenuItemIcon.accessIcon{
	background-image: url('menuIcon/access.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.alertIcon{
	background-image: url('menuIcon/alert.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.auditIcon{
	background-image: url('menuIcon/audit.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.addIcon{
	background-image: url('fileNew.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.calendarIcon{
	background-image: url('menuIcon/calendar.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.closeIcon{
	background-image: url('menuIcon/close.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.deleteIcon{
	background-image: url('menuIcon/delete.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.backIcon{
	background-image: url('menuIcon/back.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.broomIcon{
	background-image: url('menuIcon/broom.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.editIcon{
	background-image: url('menuIcon/edit.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.exportIcon{
	background-image: url('menuIcon/export.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.gemIcon{
	background-image: url('menuIcon/gem.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.importIcon{
	background-image: url('menuIcon/import.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.logIcon{
	background-image: url('menuIcon/log.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.replyIcon{
	background-image: url('reply.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.modifyIcon{
	background-image: url('menuIcon/modify.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.fileNewIcon{
	background-image: url('menuIcon/fileNew.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.folderNewIcon{
	background-image: url('menuIcon/folderNew.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.downloadIcon{
	background-image: url('menuIcon/download.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.folderCountIcon{
	background-image: url('folderCount.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.copyIcon{
	background-image: url('menuIcon/copy.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.convertIcon{
	background-image: url('menuIcon/convert.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	background-size: 24px 24px;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.detailIcon{
	background-image: url('properties.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.historyIcon{
	background-image: url('menuIcon/history.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.infoIcon{
	background-image: url('menuIcon/info.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.lockIcon{
	background-image: url('menuIcon/lock.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.mailIcon{
	background-image: url('menuIcon/mail.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.chatIcon{
	background-image: url('menuIcon/chat.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.optionIcon{
	background-image: url('menuIcon/options.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.printerIcon{
	background-image: url('menuIcon/printer.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.prohibitIcon{
	background-image: url('menuIcon/prohibit.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.publishIcon{
	background-image: url('menuIcon/publish.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.refreshIcon{
	background-image: url('menuIcon/refresh.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.removeDateIcon{
	background-image: url('menuIcon/removeDate.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.renameIcon{
	background-image: url('menuIcon/rename.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.reportIcon{
	background-image: url('menuIcon/report.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.scanIcon{
	background-image: url('menuIcon/shield.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.searchIcon{
	background-image: url('menuIcon/search.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.stickyIcon{
	background-image: url('menuIcon/star.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.syncIcon{
	background-image: url('menuIcon/sync.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.systemIcon{
	background-image: url('menuIcon/direk.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.tagsIcon{
	background-image: url('menuIcon/tags.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.unlockIcon{
	background-image: url('menuIcon/unlock.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.uploadIcon{
	background-image: url('menuIcon/upload.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.versionIcon{
	background-image: url('menuIcon/history.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.viewIcon{
	background-image: url('menuIcon/view.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.zipDownloadIcon{
	background-image: url('menuIcon/zipDownload.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}
.tundra .dijitMenuItemIcon.zipUploadIcon{
	background-image: url('menuIcon/zipUpload.png');
	background-repeat: no-repeat;
	background-position: 68% 50%;
	width: 41px;
	height: 32px;
}

/*----OVERRIDE DOJO CSS END----*/
.popupBarCloseIcon{
	background: url('barClose.png') no-repeat 50% 50%;
	position: absolute;
	right: 0;
	top: 0;
	height: 30px;
	width: 40px;
	cursor: pointer;
}
.popupBarCloseIcon:hover{
	background: url('barCloseHover.png') #F00 no-repeat 50% 50%;
}
.progressBorder{
	height: 1.6em;
	border: 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	box-shadow:inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.progressBar{
	width: 0;
	padding: 2px 0;
	color: #FFF;
	font-size: 1rem;
	font-weight: bold;
	background-color: #54C8FF;
	text-align: center;
	border: 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
/* 	transition-property: width;
	transition-duration: 300ms;
	-webkit-transition-property: width;
	-webkit-transition-duration: 300ms;
	-moz-transition-property: width;
	-moz-transition-duration: 300ms;
	-o-transition-property: width;
	-o-transition-duration: 300ms; */
}
.progressBar2{
	width: 0;
	color: #FFF;
	font-size: 11pt;
	font-weight: bold;
	background-color: #54C8FF;
	text-align: center;
	border: 1px solid #FFF;
}
.eipAddIcon{
	width: 24px;
	height: 24px;
	background-image: url('cal/add.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.eipClipIcon{
	width: 24px;
	height: 24px;
	background-size: 18px 18px;
	background-image: url('cal/clip.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.eipCloudIcon{
	width: 24px;
	height: 24px;
	background-image: url('cal/cloud.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.eipDbIcon{
	width: 24px;
	height: 24px;
	background-image: url('cal/database.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.eipDropIcon{
	width: 24px;
	height: 24px;
	background-image: url('cal/clear.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.eipEditIcon{
	width: 24px;
	height: 24px;
	background-image: url('cal/edit.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.eipImportIcon{
	width: 24px;
	height: 24px;
	background-size: 16px 16px;
	background-image: url('menuIcon/import.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.eipOptionListIcon{
	width: 24px;
	height: 24px;
	background-image: url('cal/comboArrowDown.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.eipLinkIcon{
	width: 24px;
	height: 24px;
	background-image: url('cal/link.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.eipMoveUpIcon{
	width: 24px;
	height: 24px;
	background-image: url('arrow-up.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.eipMoveDownIcon{
	width: 24px;
	height: 24px;
	background-image: url('arrow-down.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.eipRootIcon{
	width: 32px;
	height: 32px;
	background-image: url('menuIcon/direk.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
}
.eipOptionIcon{
	width: 32px;
	height: 32px;
	background-image: url('menuIcon/options.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
}
.eipSearchIcon{
	width: 32px;
	height: 32px;
	background-image: url('search.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
}
.eipPersonalIcon{
	width: 32px;
	height: 32px;
	background-image: url('tree/personal.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
}
.eipGroupIcon{
	width: 32px;
	height: 32px;
	background-image: url('tree/group.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
}
.eipShareIcon{
	width: 32px;
	height: 32px;
	background-image: url('efolderShare.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
}
.eipStarIcon{
	width: 32px;
	height: 32px;
	background-image: url('star.png');
	background-repeat: no-repeat;
	background-position: 50% 35%;
	cursor: pointer;
}
.eipRecycleBinIcon{
	width: 32px;
	height: 32px;
	background-image: url('delete.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
}
.eipIcon:hover{
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	cursor: pointer;
}
.photoTooltip {
	position: relative;
	display: inline-block;
}
.photoTooltip .tooltipZone {
	visibility: hidden;
	background-color: #FFF;
	box-shadow:0 1px 5px 0 rgba(0, 0, 0, 0.2);
	border:1px solid #EEE;
	border-radius: 7px;
	padding: 0;
	position: absolute;
	top: -5px;
    left: 100px;
	z-index: 3;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 0.3s;
}
.photoTooltip:hover .tooltipZone {
	visibility: visible;
	opacity: 1;
}
/** 2020/03/03 AP ICON 數字**/
.aptreeNumber {
    position: absolute;
    right: 10px;
    top: -8px;
    z-index: 1;
    padding: 1px 7px;
    background-color: red;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
}
.forumRule{
	list-style-type:decimal;
	font-size:1rem;
	margin-left:20px;
}
.forumRule li{
	margin:.5em 0;
}