/* main */
html
{ 
	margin: 0; 
	padding: 0; 
	overflow-y: scroll;	
	background-color: #FFFFFF;
	color: #000000;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
}
*
{
	margin: 0; 
	padding: 0; 
}
a 
{ 
    text-decoration: none;
}
* 
{
  	scrollbar-width: thin;
  	scrollbar-color: #000000 #FFFFFF;
}
*::-webkit-scrollbar 
{
  	width: 12px;
  	height: 12px;
}
*::-webkit-scrollbar-track 
{
  	background: #FFFFFF;
}
*::-webkit-scrollbar-thumb 
{
  	background-color: #000000;
  	border-radius: 20px;
  	border: 3px solid #FFFFFF;
}
*:focus 
{
    outline: 0;
}
textarea
{
	resize: none;	
}
select 
{
  	border: 1;
  	outline: 1;
  	background-color: #FFFFFF;
}
.line
{
	height: 10px;
	font-size: 6px;
	margin-top: -5px;
}

/* menu */
#menuBar
{
	width: 100%;
	background-color: #FFFFFF;
	position: relative;
	text-align: right;
	display: block;
	height: 75px;
}
#menuVoice
{
	float: right;
	margin-right: 20px;
	margin-top: 45px;
	margin-bottom: 5px;
	display: block;
	position: relative;
	z-index: 900;
}
#menuVoice a
{
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}
#menuVoice a:hover
{
	color: #2E8FBA;
	border: 1px solid #2E8FBA;
}
.menuVoiceConfig a
{
	font-size: 14px;
}
.subMenu
{
	position: absolute;
	top: 30px;
	right: 0px;
	background-color: #000000;
	color: #FFFFFF;
	border: 1px solid #2E8FBA;
	display: none;
	clear: both;
	box-shadow: 5px 5px 10px 2px #333333;
}
#subMenuVoice
{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	z-index: 800;
	min-width: 120px;
}
#subMenuVoice a
{
	color: #FFFFFF;
}
#menuDivisor
{
	width: 100%;
	background-color: #000000;
	height: 5px;
}

/* web */
#WHOLE
{
}
#logo
{
	position: absolute;
	left: 0px;
	top: 0px;
	height: auto;
	width: 200px;
	margin-top: 5px;
}
#gridContainer, #editContainer, #treeContainer, #webContainer
{
	width: 100%;
	display: none;
	text-align: center;
	padding-top: 10px;
}
#calendarContainer
{
	width: 100%;
	display: none;
	text-align: center;
	padding: 10px;
}
#mainContainer
{
	width: 100%;
	min-height: 1000px;
	background-repeat: no-repeat;
  	background-size: cover;

}
.popupInsert
{
	font-weight: bold;
}

/* grid */
#grid
{
	width: 95%;
	clear: both;
	display: inline-block;
  	margin: 0 auto;
}
#gridHeader
{
	clear: both;
	text-align: center;
	display: block;
	margin-top: 10px;
}
#gridColumn
{
	float: left;
	color: #FFFFFF;
	background-color: #2E8FBA;
	padding: 5px;
	display: block;
	position: relative;
 	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;	
	border: 1px solid #000000;
}
#gridData
{
	display: block;
	width: 100%;
	clear: both;
}
.gridRow
{
	display: block;
	width: 100%;
	clear: both;
}
#gridField
{
	float: left;
	color: #2E8FBA;
	background-color: #FFFFFF;
 	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;	
	border-left: 1px solid #2E8FBA;
	border-bottom: 1px solid #2E8FBA;
	padding: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;	
}
#gridField img
{
	max-height: 15px;
}
#gridField a
{
	color: #2E8FBA;
}
#gridImage
{
	float: left;
	background-color: #FFFFFF;
 	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;	
	border-left: 1px solid #2E8FBA;
	border-right: 1px solid #2E8FBA;
	border-bottom: 1px solid #2E8FBA;
	padding: 0px;
	overflow: hidden;
	height: 32px;
}
#gridImage img
{
	height: 32px;
	width: 32px;
	margin-left: -5px;
}
.gridEditField
{
	background-color: #FFFFFF;
	color: #2E8FBA;
	width: 100%;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: bold;
	border: none;
}
#gridEditDelete
{
	float: left;
	color: #2E8FBA;
	background-color: #FFFFFF;
	width: 20px;
}
#gridEditDelete img
{
	max-height: 20px;
	margin-top: 5px;
}
#gridTitle
{
	width: 100%;
	color: #FFFFFF;
	background-color: #2E8FBA;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* tree */
#tree
{
	width: 95%;
	clear: both;
	display: inline-block;
  	margin: 0 auto;
}
#treeDetail
{
	width: 100%;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	overflow: auto;
	text-align: left;
	margin-top: 20px;
}
.treeNode img, .treeImage img
{
	height: 30px;
	margin-right: 5px;
	vertical-align: top;
}
#treeRow
{
	clear: both;
}
.treeText
{
	position: relative;
	top: 4px;
	color: #2E8FBA;
}
.treeRoot
{
	color: #2E8FBA;
	margin-bottom: 5px;
	font-weight: bold;
	border: 1px solid #2E8FBA;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: inline-block;
}
.treeFather
{
    display: none;
}
.treeNew
{
	position: relative;
	top: 4px;
	color: #FFFFFF;
	background-color: #000000;
	padding: 3px;
}

/* edit */
#edit
{
	width: 95%;
	clear: both;
	display: inline-block;
  	margin: 0 auto;
}
#editHeader
{
	clear: both;
	text-align: center;
	display: block;
	margin-top: 10px;
}
#editDetail
{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	overflow: auto;
}
#editUnion
{
	width: 100%;
	clear: both;
	display: inline-block;
}
#editField
{
	float: left;
	height: 30px;
 	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;	
    display: inline-block;
}
#editFieldArea
{
	float: left;
	height: 75px;
 	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;	
    display: inline-block;
}
#editLabel
{
	float: left;
	text-align: right;
	padding-right: 5px;
	padding-top: 3px;
 	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #2E8FBA;
}
#editValue
{
	float: left;
 	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;	
}
#editValue input, #editValue textarea, #editValue select
{
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
}
#editCheckBox
{
	float: left;
 	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;	
    margin-top: 5px;
}
#editRadio
{
	float: left;
    margin-top: 5px;
    margin-right: 10px;
    color: #2E8FBA;
}
#editSubTitle
{
	width: 100%;
	color: #FFFFFF;
	background-color: #2E8FBA;
	text-align: center;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
	margin-bottom: 10px;
}
#editTitle
{
	width: 100%;
	color: #FFFFFF;
	background-color: #2E8FBA;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* buttons */
#buttonContainer
{
	display: block;
	width: 100%;
	clear: both;
	text-align: left;
	margin-bottom: 10px;
}
#buttonContainerPopup
{
	display: block;
	width: 100%;
	clear: both;
	text-align: center;
	margin-bottom: 10px;
}
.button, .buttonSignal
{
	color: #FFFFFF;
	background-color: #2E8FBA;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-right: 20px;
	display: inline-block;
}
.buttonSignal
{
	background-image: linear-gradient(#FFA500, #2E8FBA);
}
.button a, .buttonSignal a 
{ 
    color: #FFFFFF;
}
#buttonCentered
{
	display: block;
	width: 100%;
	clear: both;
	text-align: center;
	margin-bottom: 10px;
}

/* word */
#wordContainer, #docContainer
{
	width: 95%;
	clear: both;
  	margin: 0 auto;
	display: none;
	text-align: center;
	padding-top: 10px;
}
#wordButtons
{
	margin-bottom: 20px;
}

/* docs */
#docEdit
{
  	position: absolute;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	top: 5px;
	left: 5px;
}
#docEdit img
{
	height: 22px;
	width: 22px;
	margin-left: 2px;
	margin-right: 2px;
}
#docDelete
{
  	position: absolute;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	top: 5px;
	left: 35px;
}
#docDelete img
{
	height: 22px;
	width: 22px;
}
#docVoice
{
  	position: relative;
	width: 200px;
	height: 250px;
	overflow: hidden;
	background-color: #FFFFFF;
	box-shadow: 5px 5px 5px #000000;
	float: left;
}
#docVoice img
{
	max-width: 200px;
	max-height: 210px;
	min-width: 200px;
	min-height: 210px;
	object-fit: cover;
}
#docVoiceText
{
  	position: absolute;
	color: #FFFFFF;
	background-color: #2E8FBA;
	font-size: 14px;
	width: 100%;
	padding: 10px;
	height: 27px;
}
#doc
{
	margin: 10px;
  	position: relative;
	width: 200px;
	height: 250px;
	overflow: hidden;
	background-color: #FFFFFF;
	box-shadow: 5px 5px 5px #000000;
	float: left;
}

/* upload */
#uploadContainer
{
	width: 95%;
	clear: both;
  	margin: 0 auto;
	display: none;
	text-align: center;
	padding-top: 10px;
}
#vaultObj
{
	height: 500px;
}

/* login */
#loginCenterContainer 
{
  	position: absolute;
  	top: 0px;
  	left: 0px;
  	height: 100%;
  	width: 100%;
  	display: none;
}
#loginContainer
{
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 400px;
  	height: 200px;
  	margin: -200px 0 0 -200px;
}
#loginTitle
{
	width: 100%;
	text-align: center;
	align-content: center;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2E8FBA;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}
#loginDetail
{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	overflow: auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

/* stats */
#statContainer
{
	text-align: center;
	margin-top: 20px;
}
#statContainerLeft
{
	text-align: left;
	margin-top: 20px;
}
#statTextContainer
{
	width: 600px;
	display: inline-block;
	border: 1px solid #000000;
}
#statTable
{
	width: 100%;
	display: table;
	table-layout: fixed;
}
#statRow
{
	width: 100%;
	display: table-row;
}
.row_odd
{
	background-color: #CCEEFF;
}
.row_even
{
	___padding-top: 5px;
	___padding-bottom: 5px;
}
#statCell20
{
	width: 20%;
	display: table-cell;
}
#statCell25
{
	width: 25%;
	display: table-cell;
	text-align: left;
}
#statCell30
{
	width: 30%;
	display: table-cell;
}
#statCell40
{
	width: 40%;
	display: table-cell;
	text-align: left;
}
#statCell70
{
	width: 70%;
	display: table-cell;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;	
}
#statCell15
{
	width: 15%;
	display: table-cell;
}
#statCell15right
{
	width: 40%;
	display: table-cell;
	text-align: right;
}
#statTitle
{
	width: 100%;
	display: block;
	text-align: center;
	background-color: #2E8FBA;
	color: #FFFFFF;
	font-size: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#statCell20_title
{
	width: 20%;
	display: table-cell;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}
#statCell40_title
{
	width: 40%;
	display: table-cell;
	text-align: left;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}
#statCell20_title_end
{
	width: 20%;
	display: table-cell;
	border-bottom: 1px solid #000000;
}
#statCell70_title
{
	width: 70%;
	display: table-cell;
	text-align: left;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}
#statCell30_title_end
{
	width: 30%;
	display: table-cell;
	border-bottom: 1px solid #000000;
}
#empty_horizontal
{
	clear: both;
	height: 500px;
	width: 10px;
	display: block;
}

/* web */
#cell_20
{
	width: 20%;
	display: table-cell;
	padding-top: 5px;
	padding-bottom: 5px;
}
#cell_5_center
{
	width: 5%;
	display: table-cell;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#dataContainer
{
	margin: 0 auto;
}
#dataButtonsContainer
{
	width: 100%;
	display: block;
	text-align: center;
	padding-top: 10px;
}
#userdata
{
	position: absolute;
	left: 250px;
	top: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #2E8FBA;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	color: #FFFFFF;
	display: none;
}


