html, body {
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	background-color:#FFF;
    height:100%;
	width:100%;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
}

table {
    /*height: 100%;*/
    width: 100%;
}

select {
    border:1px solid #ccc;
    vertical-align: center;
    height:25px;
    font-size:14px;
    color:#2C3539;
}

input {
    line-height: normal;
}

input[type="text"], select{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height:25px;
    border:1px solid #ccc;
    vertical-align: center;    
    font-size:14px;
    color:#2C3539;
}

input[type="password"] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height:25px;
    font-size:14px;
    color:#2C3539;
}
input[type='checkbox'] {
	box-sizing: border-box;
	padding: 0px
}
button {
    height:25px;
}

label {
    color:#424242;
    font-style: italic;
    font-size:12px;
}

#header {
    background-color: #2059a6;
    height: 40px;
    line-height:40px;
    color: #FFF;
    font-size: 25px;
    padding-left:5px;
}
#modules {
    background-color: #2A6CB6;
    padding: 0px 5px;
    height:30px;
    color: #FFF;
}
#content {
    height: calc(100% - 40px - 30px);
    
}

#footer {
    background-color: #F0F0F0;
    height:30px;
    padding-left:5px;
}

#shipName {
    font-size: 30px;
    font-weight: bold;
}

table.datagrid {
    display: table;
    width: 100%;
    /*border:1px solid #CCCCCC;*/
}
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: #f4f4f4;
    font-weight: normal;
    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;
}

.txtcboInput {
    border:#FFFFFF 1px solid;
    border-bottom:1px solid #BDBDBD;
    padding-left:4px;
}

.ui-dialog-title {
    font-size: 13px !important;
}

.ui-dialog .ui-dialog-titlebar {
    height: 15px; /* or whatever you want */
}

.btnStyled3 {
    color: #000000;
    font-size: 18px;
    background: #f4f4f4;
    padding: 0px 3px;
    text-decoration: none;
    border:1px solid #f4f4f4;
    background-color: transparent;
    border:none;
}
.btnStyled3:hover {
  text-decoration: none;
  cursor: pointer;
}

.clickablerow :hover{
    cursor: pointer;
}


/*
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;	
	
    height:100%;
	width:100%;
}
body {
    margin: 0;
    font-size: 15px;
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
	
	height:100%;
	width:100%;
}

h1,
h2,
h3,
h4,
p,
blockquote,
figure,
ol,
ul {
    margin: 0;
    padding: 0;
}
main,
li {
    display: block;
}
h1,
h2,
h3,
h4 {
    font-size: inherit;
}
strong {
    font-weight: bold;
}
a,
button {
    color: inherit;
    transition: .3s;
}
a {
    text-decoration: none;
}
button {
    overflow: visible;
    border: 0;
    font: inherit;
    -webkit-font-smoothing: inherit;
    letter-spacing: inherit;
    background: none;
    cursor: pointer;
}
::-moz-focus-inner {
    padding: 0;
    border: 0;
}
:focus {
    outline: 0;
}
*/