html * {
    font-family: "system-ui";    
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table.MainTable {
    width: 100%;    
}

table.TableHeader {
    width: 100%;
}

th {
    text-align: left;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

td, th {
    padding: 0;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 4px;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #ddd;
}


div.TableHeader {
    background-color: white;
    width: 100%;
}

div.TableContent {
    width: 100%;
}

table.TableFooter {
    background-color: white;
    width: 100%;
}

div.TableFooter {
    background-color: white;
    width: 100%;
}

div {        
    width: 100%;
    padding-bottom: 1px;
}

div.column1 {
    float: left;    
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    width: 30%;
}

div.column2 {
    float: left;
    align-content: center;
    width: 70%;
}

.datagrid > thead > tr > th,
.datagrid > tbody > tr > th,
.datagrid > tfoot > tr > th {
  padding-left: 1px;
  padding-right: 1px;
  vertical-align: top;
  border: 1px solid #ddd;
}

.datagrid > thead > tr > td,
.datagrid > tbody > tr > td,
.datagrid > tfoot > tr > td {
  padding-right: 1px;  
  vertical-align: top;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.wrapper {
    width: 100%;
    height: 100%;
}


header {
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    position: fixed;
    width: 100%;
}

footer {
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;    
    width: 100%;
}

.content {
    width: 100%;
}

.inner {
    height: 100%;
    overflow: auto;
}

button {    
    padding-left: 0px;    
}

button.buttonlink {    
    width: 100%;
    text-align: left;
    border: hidden;
    background-color: transparent;
}

button:hover {
    text-decoration: underline;    
}

button.ok {    
    background-color: #30a147;
    color: white;
}

button.ok:hover {
    background-color: #237734;    
    text-decoration: underline;    
}

input.ok {    
    background-color: #30a147;
    color: white;
}

input.ok:hover {
    background-color: #237734;    
    font-weight: bold;
}

input.login {
    background-color: #30a147;
    color: white;
    font-size: 20px;
    height: 50px;    
}

input.login:hover {
    background-color: #237734;
    font-weight: bold;
}

a {
    color: #30a147;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #237734;
    text-decoration: underline;    
}

a.logout {
    display: block;
    background: #30a147;        
    text-align: center;
    color: white;
    font-weight: bold;    
}

a.logout:hover {
    background-color: #237734;    
    font-weight: bold;
}

a.button {
    display: block;    
    text-align: center;  
    background-color: buttonface;    
    color: buttontext;
    border-style: outset;
    border-width: 2px;
    border-color: buttonborder;
    border-image: initial;
    font-weight: normal;
}

a.button.hover {    
    color: buttontext;
    text-decoration: underline;   
}