﻿body {
	margin: 0;
	padding: 0;
}

table, body, input, select, textarea {
	font-family: Helvetica, Tahoma, Arial;
}

	INPUT.DDMMYYYY {
		width: 5em;
		text-align: right;
	}

	INPUT.HHMM {
		width: 3em;
		text-align: right;
	}

	INPUT.numberShort {
		width: 2em;
		text-align: right;
	}


button.ExtraMenuPic {
	width: 48px;
}

.EmpCaption {
	color: #666666;
	font-weight: bold;
}

div.divFullBody {
	position: absolute;
	top: 60px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: auto;
	height: auto;
	overflow: auto;
}

a.blueLine:link {
	COLOR: #0000AA;
	TEXT-DECORATION: underline;
}

a.blueLine:visited {
	COLOR: #0000AA;
	TEXT-DECORATION: underline;
}

a.blueLine:active {
	COLOR: #0000AA;
	TEXT-DECORATION: underline;
}

a.blueLine:hover {
	COLOR: #0000FF;
	TEXT-DECORATION: underline;
}

.top-menu-sticky-white {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	border-top: 0;
	background-color: white;
	box-shadow: 0px 5px 7px gray;
	padding: 3px;
}

/*=====================================================================================================================================
	Text
=====================================================================================================================================*/

.text-low-priority {
	filter: alpha(opacity=65);
	opacity: 0.65;
}

.font-weight-normal {
	font-weight: normal !important;
}

span.search-term-highlight {
	background-color: yellow;
}

/*=====================================================================================================================================
	Section Element Format
=====================================================================================================================================*/

div.subHeader {
	font-weight: bold;
}

/*=====================================================================================================================================
	Single line table highlight
=====================================================================================================================================*/

tr.SnglLineHilight {
	background-color: #FFFBC9; /* #FFF799 */
}

/*=====================================================================================================================================
	button icon
=====================================================================================================================================*/

button.small-icon-button {
	line-height: 1.3em;
}

button > img.button-icon {
	vertical-align: middle;
	margin-bottom: .1em;
}
button[disabled] > img.button-icon {
	opacity: 0.4;
}

/*=====================================================================================================================================
	Document / Route Note
=====================================================================================================================================*/

div.route-note-reply-bar {
	border-left: 0.5em solid lightgrey;
	margin-top: 0.1em;
	margin-left: 0.2em;
	padding-left: 0.7em;
}

div.DocNoteFirst {
	background-color: #FFFBC9; /* #FFF799 */
}

div.DocNoteAuthor {
	color: Gray;
}

div.DocNoteDate {
	color: Gray;
}

div.DocNoteModifier {
	color: #8B0000;
}

div.DocNoteDeleteBy {
	color: red;
}

span.DocumentContent_DocStatusFinish {
	color: gray;
}

div.DocNoteContent {
	color: Black;
	margin: 0;
	max-width: 75em;
}

div.DocNoteContentHTML {
}

/*=====================================================================================================================================
	Document Note
=====================================================================================================================================*/

div.DocNoteCommentBlock {
}

div.DocNoteHeaderBar {
	background-color: #DDD;
	padding: 4px;
}

div.DocNoteHeaderBar_Me {
	background-color: #AAA;
}

div.DocNoteHeaderBar_Delete {
	background-color: #800000;
}

img.DocNoteToggleButton {
	cursor: pointer;
}

div.DocNoteHeaderBar span.postBy {
	font-weight: bold;
}

div.DocNoteHeaderBar span.postdate {
}

div.DocNoteBody {
	padding-left: 20px;
	margin-bottom: 10px;
	max-width: 75em;
}

	div.DocNoteBody div.signature {
	}

/*=====================================================================================================================================
	Master Page Header
=====================================================================================================================================*/

table.MasterHeader {
	width: 100%;
	height: 60px;
	border-bottom: solid 1px black;
}

	table.MasterHeader table.topMenu {
		height: 18px;
	}

		table.MasterHeader table.topMenu td.body {
			background-color: Black;
			font-size: 9.75pt;
		}

			table.MasterHeader table.topMenu td.body a {
				margin: 0 .5em;
			}

		table.MasterHeader table.topMenu td.last {
			background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
			width: 117px;
		}

		table.MasterHeader table.topMenu a:link {
			COLOR: white;
			TEXT-DECORATION: none;
		}

		table.MasterHeader table.topMenu a:visited {
			COLOR: white;
			TEXT-DECORATION: none;
		}

		table.MasterHeader table.topMenu a:active {
			COLOR: white;
			TEXT-DECORATION: none;
		}

		table.MasterHeader table.topMenu a:hover {
			COLOR: yellow;
			TEXT-DECORATION: underline;
		}

.master-header-font-size-menu {
	text-align: center;
}

	.master-header-font-size-menu .font-button {
		display: inline-block;
		padding: 0 .2em;
		cursor: pointer;
	}

		.master-header-font-size-menu .font-button:hover {
			background-color: gray; /* Acive background standard color */
			color: white;
		}

	.master-header-font-size-menu .font-size-10 span.text {
		font-size: 10pt;
	}

	.master-header-font-size-menu .font-size-11 span.text {
		font-size: 11pt;
	}

	.master-header-font-size-menu .font-size-12 span.text {
		font-size: 12pt;
	}

	.master-header-font-size-menu .font-size-13 span.text {
		font-size: 13pt;
	}

	.master-header-font-size-menu .font-size-14 span.text {
		font-size: 14pt;
	}

	.master-header-font-size-menu .font-size-15 span.text {
		font-size: 15pt;
	}

	.master-header-font-size-menu .font-size-16 span.text {
		font-size: 16pt;
	}

/*=====================================================================================================================================
	Information Line
=====================================================================================================================================*/

div.InfoLineGroup {
	margin-bottom: 10px;
	margin-left: 10px;
}

div.InfoLineHeader {
	font-weight: bold;
	margin-bottom: 3px;
}

div.InfoLineItem {
	margin-bottom: 2px;
	margin-left: 15px;
}


/*=====================================================================================================================================
	Home page
=====================================================================================================================================*/

div.home-page-sub-title {
	background-color: Black;
	color: White;
	height: 2em;
	padding-left: .5em;
}

	div.home-page-sub-title div.text {
		padding-top: .1em;
		font-size: larger;
	}

ul.home-unread-summary {
	padding-left: 2em;
}

	ul.home-unread-summary li {
		margin-bottom: .75em;
	}

.number-summary-emp {
	border-radius: .8em;
	padding: .2em .6em;
	background-color: #0088bb;
	color: white;
}

	.number-summary-emp.low {
		background-color: #7e7e7e;
	}

	.number-summary-emp.red {
		background-color: #ff6566;
	}

/*=====================================================================================================================================
	Home / Shortcuts
=====================================================================================================================================*/

div.home-shortcut-container {
	position: relative;
	background-color: white /*#f0f2f5*/;
	float: left;
	height: auto;
	width: 100%;
	margin: .3em 0 .5em 0;
}

	div.home-shortcut-container div.shortcut-block {
		float: left;
		margin: 3px;
		border: solid 1px #f5f5f5 /*#e6eaee*/;
		background-color: #f2f2f2;
		width: 25em;
		padding: .75em;
	}

		div.home-shortcut-container div.shortcut-block div.header {
			font-weight: bold;
			margin-bottom: .5em;
			font-size: 130%;
		}

			div.home-shortcut-container div.shortcut-block div.header span.low-priority {
				color: gray;
			}

		div.home-shortcut-container div.shortcut-block ul li {
			margin-top: .75em;
		}

	div.home-shortcut-container div.no-data {
		color: gray;
	}


/*=====================================================================================================================================
	Slide Reveal Panel
=====================================================================================================================================*/

div.slide-reveal-panel {
	box-sizing: content-box;
	background-color: #FFF;
	overflow: auto;
}

/*=====================================================================================================================================
	Popover context menu
=====================================================================================================================================*/

div.UIK_divPopoversDialogWindow.popover-context-menu {
	width: 18em;
}

/*=====================================================================================================================================
	Content Tab Header
=====================================================================================================================================*/

div.content-tab-header {
	position: relative;
	margin: .3em 0;
	clear: both;
}

	div.content-tab-header .header-title {
		float: left;
		margin-left: .5em;
		padding: .3em .75em 0 .75em;
		color: white;
		font-weight: bold;
		text-shadow: 0px 1px 0px #404040;
		background-color: #808080;
	}

	div.content-tab-header .header-text {
		float: left;
		margin-left: .5em;
	}

	div.content-tab-header .header-line {
		clear: both;
		border-bottom: solid .3em #808080;
	}

/*=====================================================================================================================================
	Report Header
=====================================================================================================================================*/

table.ReportHeader {
	border-bottom: solid 3px yellow;
	margin-bottom: 3px;
}

	table.ReportHeader td.SiteTitle {
		font: normal 16pt Tahoma;
	}

	table.ReportHeader td.SysTitle {
		font: normal 10pt Tahoma;
		color: #663300;
	}

	table.ReportHeader td.Title {
		font: normal 12pt Tahoma;
		text-align: right;
	}

/*=====================================================================================================================================
	Property view
=====================================================================================================================================*/

table.PropView tr.head td {
	padding-left: 5px;
	font-weight: bold;
	background-color: ButtonFace;
	font-size: 10pt
}

table.PropView td.PropValue {
	width: 400px;
}

table.PropView td.PropKey {
	width: 150px;
}

table.PropView tr.even td {
	background-color: #F8F8F8;
}

table.PropView tr.group td {
	padding-left: 10px;
	font-weight: bold;
	border-bottom: solid 1px blue;
	color: navy;
}


/*=====================================================================================================================================
	Send/Receive number stamp
=====================================================================================================================================*/

div.document-content-area {
	position: absolute;
	top: 4.1em;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: auto;
	height: auto;
	overflow: auto;
	padding-left: .2em;
}

/*=====================================================================================================================================
	Send/Receive number stamp
=====================================================================================================================================*/

table.SendNumStamp {
	border: solid 1px green;
	color: green;
}

table.RecNumStamp div.RecNumStampName, div.RecNumStampNameOwner {
	color: #28A;
}

table.SendNumStamp td.dotline {
	border-bottom: 1px dashed green;
}

table.RecNumStampNew {
	border: solid 1px gray;
	color: gray;
}

td.RecNumStampArea,
div.RecNumStampInner {
	width: 13em;
}

table.RecNumStampWidth {
	width: 12em;
	text-align: left;
}

table.RecNumStampNew a:link {
	color: gray;
	text-decoration: none;
}

table.RecNumStampNew a:visited {
	color: gray;
	text-decoration: none;
}

table.RecNumStampNew a:active {
	color: gray;
	text-decoration: none;
}

table.RecNumStampNew a:hover {
	color: gray;
	text-decoration: underline;
}

a.RecNumStamp:link {
	TEXT-DECORATION: none;
}

a.RecNumStamp:visited {
	TEXT-DECORATION: none;
}

a.RecNumStamp:active {
	TEXT-DECORATION: none;
}

a.RecNumStamp:hover {
	TEXT-DECORATION: underline;
}

a.RecNumStampHide {
	color: gray;
	white-space: nowrap;
}

table.RecNumStamp {
	border: solid 1px navy;
	color: navy;
	background-color: white;
}

	table.RecNumStamp td.dotline {
		border-bottom: 1px dashed navy;
	}

table.RecNumStampOth {
	border: solid 1px navy;
	color: navy;
	background-color: white;
	filter: alpha(opacity=60);
	opacity: 0.6;
	text-align: left;
}

	table.RecNumStampOth td {
		text-align: left;
	}

		table.RecNumStampOth td.dotline {
			border-bottom: 1px dashed navy;
		}

.RecNumStampInner {
	position: absolute;
}

/*=====================================================================================================================================
	Attachment List
=====================================================================================================================================*/

table.atth-viewer-list th {
	background-color: ButtonFace;
}

table.atth-viewer-list tr.even td {
	background-color: #F8F8F8;
}

table.atth-viewer-list-item {
	/*Require: border="1" cellpadding="1" cellspacing="0"*/
	border-collapse: collapse;
	border-color: black;
}

	table.atth-viewer-list-item th {
		border-color: black;
		color: gray;
	}

	table.atth-viewer-list-item td {
		border-color: black;
	}

div.atth-viewer-image-preview {
	float: left;
	max-height: 20em;
	width: 200px;
	overflow: hidden;
}

	div.atth-viewer-image-preview table {
		width: 100%;
	}

		div.atth-viewer-image-preview table td {
			text-align: center;
		}

			div.atth-viewer-image-preview table td.picture {
				vertical-align: bottom;
				height: 160px;
			}

				div.atth-viewer-image-preview table td.picture img {
					border: solid 1px black;
				}

	div.atth-viewer-image-preview span.non-https {
		background-color: red;
		color: white;
		padding: 0 .3em;
		font-size: smaller;
	}

/*=====================================================================================================================================
	Inbox's Sent Table
=====================================================================================================================================*/
td.InboxSentItem_RouteNote {
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*=====================================================================================================================================
	Route Prepare List
=====================================================================================================================================*/

.route-prepare-list span.tree-1stlv-node-item-line {
	padding: .25em .5em .25em .125em;
}

.route-prepare-list .tree-1stlv-node-image {
	margin-right: .4em;
	padding: .25em;
}

.route-prepare-list .html-tree-highlight .tree-1stlv-node-image {
	border-radius: 1.5em;
	margin-right: .2em;
	border: 2px solid gray;
}

/*=====================================================================================================================================
	Route Tree + Route Prepare List
=====================================================================================================================================*/

.html-tree-line-bg {
	background-repeat: repeat-y;
}

.html-tree-node-image {
	vertical-align: middle;
	margin-right: .4em;
	padding: .2em;
}

	.html-tree-node-image.html-tree-node-image-selected {
		border-radius: 1.5em;
		margin-right: 0;
		border: 2px solid gray;
	}


.html-tree-node {
	white-space: nowrap;
	padding: .3em;
}

	.html-tree-node.html-tree-highlight,
	.html-tree-node .html-tree-highlight {
		color: black;
		background-color: #FFFBC9; /* #FFF799 */
	}

	.html-tree-node span.minor {
		color: gray;
	}

	.html-tree-node a:link {
		color: black;
		text-decoration: none;
	}

	.html-tree-node a:visited {
		color: black;
		text-decoration: none;
	}

	.html-tree-node a:active {
		color: black;
		text-decoration: none;
	}

	.html-tree-node a:hover {
		color: black;
		text-decoration: underline;
	}

	.html-tree-node a.server-route-trace-ref:link {
		color: gray;
		text-decoration: none;
	}

	.html-tree-node a.server-route-trace-ref:visited {
		color: gray;
		text-decoration: none;
	}

	.html-tree-node a.server-route-trace-ref:active {
		color: gray;
		text-decoration: none;
	}

	.html-tree-node a.server-route-trace-ref:hover {
		color: blue;
		text-decoration: underline;
	}

.html-tree-description {
	border: solid 1px lightgrey;
	padding: 2px;
	margin-top: 2px;
}

/*=====================================================================================================================================
	Public Document Filter
=====================================================================================================================================*/

input.publicDocFilter_Keyword {
}

select.publicDocFilter_DocType {
	width: 100px;
}

.publicDocFilter_ItemContentArea {
	position: absolute;
	top: 4em;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: auto;
	height: auto;
	overflow: auto;
}

/*=====================================================================================================================================
	Folder side bar form
=====================================================================================================================================*/

.folderSidebarForm {
	padding: 3px;
}

	.folderSidebarForm .field {
		margin-bottom: 15px;
	}

	.folderSidebarForm .fieldDescription {
		color: Gray;
	}

/*=====================================================================================================================================
	Radio Tab Buttons
=====================================================================================================================================*/

div.radio-tab-buttons {
	float: right;
	position: relative;
	left: -50%;
}

	div.radio-tab-buttons div.radio-tab-container {
		float: left;
		position: relative;
		left: 50%;
	}

	div.radio-tab-buttons div.radio-button {
		text-align: center;
		float: left;
		clear: none;
		position: relative;
		padding: .5em 1.2em;
		cursor: pointer;
		font-weight: bold;
		color: #333;
		background-color: #F6F6F6;
		border: solid 1px #ddd;
	}

		div.radio-tab-buttons div.radio-button.first-child {
			border-width: 1px 0px 1px 1px;
		}

		div.radio-tab-buttons div.radio-button.last-child {
			border-width: 1px 1px 1px 0px;
		}

	div.radio-tab-buttons div.radio-button_active {
		/* For Windows application, set style on "VN.HtmlRadioTabButtons/CssStyleActiveButton". this file does not effect. */
		color: #FFF;
		background-color: #38c;
		border-top-color: #38c;
		border-bottom-color: #38c;
	}

div.radio-tab-buttons-footer {
	clear: both;
	height: .1em;
	font-size: .4em;
}

	div.radio-tab-buttons-footer.line {
		border-bottom: solid 1px #ddd;
	}

/*=====================================================================================================================================
	e-Form
=====================================================================================================================================*/

.eform-creator-menu {
	padding: 8px;
}

	.eform-creator-menu .group .title {
		font-weight: bold;
		font-size: large;
	}

	.eform-creator-menu .item {
		padding-left: 30px;
		margin-bottom: 10px;
	}

		.eform-creator-menu .item .version {
			color: Gray;
		}

/*=====================================================================================================================================
	Preview Splitter
=====================================================================================================================================*/

.preview-splitter .vsplitbar {
	width: 2px;
	background: #d5d5d5;
}

	.preview-splitter .vsplitbar.active {
		opacity: 0.7;
	}

.preview-splitter .left-pane,
.preview-splitter .right-pane {
	overflow: auto;
	display: block;
}

	.preview-splitter .right-pane iframe.fit-all {
		width: 100%;
		height: 100%;
		margin: 0 -3px -3px 0;
		border: none;
	}
