html, body {
    Font-family: Segoe, Segoe UI, Calibri, Candara, Optima, Arial, sans-serif;
	background-color: #F8F8F8;
    height:100%;
    width:100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

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

select {
	border:1px solid #AAAAAA;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
	padding:2px 0px;
	font-weight:500;
	border-radius:3px;
}

input[type=text], input[type=password] {
	border:1px solid #AAAAAA;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
	padding:3px 4px;
	font-weight:500;
	border-radius:3px;
}

input[type=date], input[type=datetime-local] {
	border:1px solid #AAAAAA;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
	padding:2px 0px 2px 4px;
	font-weight:500;
	border-radius:3px;
}

input[type=number] {
	border:1px solid #AAAAAA;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
	padding:3px 4px 3px 4px;
	font-weight:500;
	border-radius:3px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*
input:disabled {
	background-color: red;
}*/

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

#header {
	background-color:#363533;
    height:35px;
    color:white;
}
#orange_line {
	/*background-color:#FCB913;*/
	background-color:#FFCC66;
    height:4px;
}

.sidenav {
	width:59px;
	height:100%;
	box-shadow: 1px 0 20px 0 rgb(0 0 0 / 10%);
	position:fixed;
	background-color:#FFF;
	overflow-x:hidden;
	z-index:1;
	left:0;
}

.opt_ship {
	padding:3px 20px 3px 5px;
	font-size: x-large;
}

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

/*
@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
}*/

.module_name {
	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	font-size:18px;
}

.selected_module {
	border-bottom: 2px solid darkgreen;
}

.con_icon {
	float:left;
	width:auto;
	margin-right:3px;
}


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

.ui-dialog-titlebar {
	background-color: #373F51;
}

.menu_item {
	margin-bottom:4px;
	font-weight: bold;
	vertical-align: text-bottom;
}

.styledbutton {	
	display: flex;
	align-items: center;
	padding:5px 10px;
	background-image: linear-gradient(#F6E6B5, #EFD576);
	border:1px solid #AAAAAA;
	border-radius:3px;
}

.modulelink {
	margin-bottom: 5px;
}

/* table data grid */
table.datagrid {
    display: table;
    width: 100%;
    border:1px solid #858B9B;
	border-radius: 2px;
}
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: 5px 4px;
    background-color: #858B9B;
	font-weight: normal;
    border-bottom:2px solid #858B9B;
	color:white;
}

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: 5px 4px;
    border-bottom:1px solid #B3B6B7;
}
/* table data grid */


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

table.editabledatagrid th {
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    padding: 5px 2px;
    color:#4D5656;
    background-color: #f2f2f2;
	font-weight: normal;
	font-size:12px;
    border-bottom:2px solid #B3B6B7;
}

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

table.editabledatagrid td {
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    padding: 3px 1px;
    border-bottom:1px solid #B3B6B7;
}

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

select.txt {
	border:1px solid #FFFFFF;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
	font-size:15px;
	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:15px;
	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:15px;
	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:15px;
	padding:3px 0px 3px 4px;
	font-weight:500;
}

input[type=text].ttunderline {
	width:100%;
	border:none;
	border-bottom:1px solid #CCCCCC;
	padding:3px 5px;
	color:#000000;
	font-size:14px;
	border-radius: 0px;
}

select.ddunderline {
	width:100%;
	border:none;
	border-bottom:1px solid #CCCCCC;
	padding:2px 2px;
	color:black;
	font-size:14px;
	border-radius: 0px;
}

.styledLabel {
	border-bottom:1px solid #AAAAAA;
	padding:6px 0px 3px 2px;
	font-size:13px;
}


/* 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;*/
}

.clickablerow :hover{
	cursor: pointer;
}

.clickable :hover{
	cursor: pointer;
}

/* Maintenance */
#divTreeView {
	width:100%;
	height:100%;
	overflow-y:scroll;
}

#divTreeView img {
	padding-right: 5px;
}

#divJobList {
	width:100%;
	height:100%;
	padding-left:5px; 
}

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

.click_row_doc {
	cursor: pointer;
}
/* Maintenance */

.btnStyled3 {
    /*-webkit-border-radius: 2;*/
    /*-moz-border-radius: 2;*/
    /*border-radius: 0px;*/
    /*-webkit-box-shadow: 0px 0px 2px #666666;*/
    /*-moz-box-shadow: 0px 0px 2px #666666;*/
    /*box-shadow: 0px 0px 2px #666666;*/
    font-family: Arial;
    color: #000000;
    font-size: 18px;
    background: #f2f2f2;
    padding: 0px 2px;
    text-decoration: none;
    border:1px solid #f2f2f2;
}
.btnStyled3:hover {
  	text-decoration: none;
  	cursor: pointer;
}

/*


div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers 
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;	
}
a {
    text-decoration: none;
	color:inherit;
}

button {
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	font-size:14px;
}

input[type="text"], select{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color:#2C3539;
	height:25px;
	width:100%;
	padding-left: 3px;
	font-size:14px;
}

input[type="password"] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color:#2C3539;
	height:25px;
}

#header {
	background-color:#00356A;
	height:34px;
	padding:0px 7px 0px 5px;
	color:white;
}

#content {
	height: calc(100% - 34px - 30px);
}

#footer {
    background-color: #F0F0F0;
    height:30px;
    padding-left:5px;
	line-height:29px;
}
.headerModule {
	font-size:large;
	margin-right:20px;
	float:left;
	width:auto;
	padding-top:7px;
}

.headerShipname {
	font-size:large;
	margin-right:10px;
	float:left;
	width:auto;
	padding-top:7px;
	font-weight: bold;
}

.headerShipUpdate {
	font-size:14px;
	float:left;
	width:auto;
	padding-top:11px;
}

.headerUser {
	float:right;
	padding-top:11px;
	font-size:14px;
}

#moduleList {
	display:block;
	position:absolute;
	left:0px;
	top:34px;
	background-color: #2A6CB6 /*#00356A*
	width:240px;
	height:auto;
	color:white;
	font-size:large;
	padding:0px 10px 10px 10px;	
	display:none;
}

.moduleName {
	padding:4px 0px;
}