body {
    min-width: 350px;
}

.header-logo {
    display: inline-block;
    width: 306px;
    height: 55px;
}

.language {
    float: right;
    width: 200px;
}

.content-separator {
    margin-top: 0px;
    margin-bottom: 10px;
}

.content-body {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
}

.content-body-search {
    overflow-x: hidden;
}

.content-body-results {
    overflow-x: auto;
}

.content-gap {
    height: 30px;
}

.ui-iggrid-tablebody tr:nth-child(odd) {
    background: white;
}

.ui-iggrid-tablebody tr:nth-child(even) {
    background: #F9F9F9;
}

.ui-widget-content.ui-iggrid-tablebody.ui-ig-record.ui-iggrid-record {
    border: 1px solid #bcbcbc;
	background: white;
    color: black;
}




