:root {
	--green1: #008036;
	--green2: #7ED956;
	--blue1: #154360;
	--blue2: #154360;
}

html, body {
    font-family: Segoe UI, Segoe UI Midlevel, sans-serif;
	background-color: #f8f9f9;
    height:100%;
    width:100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a {
	text-decoration: none;
	color:inherit;
}

textarea {
	box-sizing: border-box;
	border:1px solid #AAAAAA;
	resize:none;
	padding:1px 3px;
	border-radius:3px;
	line-height:125%;
}

#header {
	background-color: var(--green1);
    height:36px;
    color:white;
    font-size:20px;
}

#content {
    height: calc(100% - 36px - 25px);
    background-color:inherit  /* #ECF0F1*/;
    padding: 2px;
}

#footer {
	background-color: #EDEDED;
    height:25px;
	display: flex;
	align-items: center;
}

/* table data grid */
table.datagrid {
    display: table;
    width: 100%;
    /*border:1px solid #CCCCCC;*/
	border:1px solid #D7DBDD;
	
}
table.datagrid thead, table.datagrid tbody {
    float: left;
	width: 100%;
}
table.datagrid tbody {
    overflow-y:scroll;
    /*height: 150px;*/
}
table.datagrid tr {
    width: 100%;
    display: table;
    text-align: left;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
}

table.datagrid th {
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    padding: 4px 3px;
    color:#4D5656;
    background-color: #f1f1f1;
	font-weight: normal;
	font-size:13px;
    border-bottom:2px solid #B3B6B7;
}

table.datagrid th.dgSpacer1 {
    padding: 4px 0px;
}

table.datagrid td {
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    padding: 4px 3px;
    border-bottom:1px solid #B3B6B7;
}
/* table data grid */

/* table data grid */
table.datagrid2 {
    display: table;
    width: 100%;
    /*border:1px solid #CCCCCC;*/
	border:1px solid #B3B6B7;
	
}
table.datagrid2 thead, table.datagrid2 tbody {
    float: left;
	width: 100%;
}

table.datagrid2 tr {
    width: 100%;
    display: table;
    text-align: left;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
}

table.datagrid2 th {
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    padding: 4px 3px;
    color:#505050;
    background-color: #B3B6B7;
	font-weight: normal;
	font-size:13px;
    border-bottom:2px solid #B3B6B7;
}

table.datagrid2 th.dgSpacer1 {
    padding: 4px 0px;
}

table.datagrid2 td {
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    padding: 4px 3px;
    border-bottom:1px solid #B3B6B7;
	font-weight:500;
}
/* table data grid */

.styledbutton {
	height: 28px;
	background-image: linear-gradient(#F6E6B5, #EFD576);
	border:1px solid #646468;
	border-radius:3px;
}

.ui-dialog-title {
    /*color:whitesmoke;*/
	color:black;
    font-weight: normal;
    font-size: 14px;
	line-height:16px;
}

.center {
	display: flex;
	align-items: center;
}

.clickablerow :hover{
	cursor: pointer;
}

.category {
    color: #000033;
}

.equipment {
    padding-left: 20px;
    color: MediumBlue;
}
.component {
    padding-left: 16px;
    color: Navy;
}


/* My Tab */
.tabs-menu  {
	padding-left:10px; 
	height:19px;
	font-size:13px; 
}

.tabs-menu div {
	float:left;
	width:auto;
	margin-right:3px;
}

.tabs-menu a {
	color:black;
	text-decoration: none;
	border:1px solid #C5C5C5;
	padding:4px 15px;
	background-color: #F6F6F6;
	z-index: 5;
}

.tabs-menu a.current {
	background-color: #fff;
	border-bottom: 1px solid #fff;
	z-index: 5;
}

.tab-content {
	background-color:white;
	border:1px solid #C5C5C5;
	padding:10px;
	display: none;
	/*height:200px;*/
}

select.txt {
	border:1px solid #FFFFFF;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
	font-size:14px;
	padding:2px 0px;
	font-weight:500;
}

input[type=text].txt {
	border:1px solid #FFFFFF;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
	font-size:14px;
	padding:3px 4px;
	font-weight:500;
}

input[type=date].txt {
	border:1px solid #FFFFFF;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
	font-size:14px;
	padding:1px 0px 2px 4px;
	font-weight:500;
}
input[type=number].txt {
	border:1px solid #FFFFFF;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
	font-size:14px;
	padding:3px 0px 3px 4px;
	font-weight:500;
}
