/*==============================================================================

TABLES CSS STYLESHEET

Table Of Contents:
    -GENERAL
    -TYPE A
    -TYPE B
    -TYPE C
    -TYPE D
    -OTHER
*/

/*============================================================================*/
/*GENERAL*/
/*============================================================================*/

.wide {
    width: 100%;
    min-width: 300px;
}

.nowrap, .nowrapTop {
    white-space: nowrap;
}

.nowrapTop {
    vertical-align: top;
}

.wrap, .wrapTop {
    word-break: break-all;
}

.limit, .limit > div {
    max-width: 30em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrapTop {
    white-space: normal;
    vertical-align: top;
}

table * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.multiSelectionFilter input[type=text] {
    width: 100%;
}

.createButton, .clearButton {
    display: inline;
    height: 1.5em;
    width: 1.5em;
}

.cfg_title_buttons {
    padding-bottom: 10px;
}

div.info_title, div.info_table_title {
    position: relative;
    margin-top: 10px;
    font-weight: bold;
    clear: both;
}

div.info_table_title form {
    vertical-align: top;
}

div.info_table_title {
    border-bottom: none;
    font-size: 1.3em;
    padding-bottom: 10px;
    color: #0d0335;
    margin-bottom: -20px;
}

.chartContainer div.info_table_title {
    margin-bottom: 0px;
}

div.info_title_margin {
    margin-top: 20px;
}

div.notesTitle {
    position: fixed;
    bottom: 8.8em;
    width: 100%;
    padding: 5px 13px;
    z-index: 10000;
    margin-left: -13px;
    background-color: #72879e;
    color: #ffffff;
}

.ticket_detail_tables {
    /*vertical-align: top;*/
    margin: 0px 0px 20px 0px;
    /*width: 49.5%!important;*/
    /*display: inline-table;*/
}

.ticket_detail_tables td {
    width: 100%;
}

div.workflow_action_title {
    display: block;
    background-color: #365373;
    background-image: none; /* disable jquery gradient image */
    color: #ffffff!important; /* must be set as important, because of jquery-ui.gpc.css style which is important also  */
    font-size: 1em;
    text-align: left;
    padding-left: 10px;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}

.workflow_action_submit {
    border-top: 1px solid #cfd6de;
}

.confitemEdit {
    border: 1px solid;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
}

table.confitemEdit th {
    vertical-align: top;
}

.chartButton {
    cursor: pointer;
}

table.typeC input[type=image], table.typeA input[type=image] {
    padding: 0;
}

table {
    border-spacing: 0px!important;
}

table th {
    padding-left: 0.5em;
    padding-right: 0.5em;
    white-space: nowrap;
}

table td {
    padding-right: 10px;
    padding-left: 10px;
    color: #0d0335;
    /*background-color: #ffffff;*/
}

#rightmenu table td {
    padding-right: 2px;
    padding-left: 2px;
}

table.typeA tr:last-child.totalRow td {
    border-top: 1px solid #000000;
    border-bottom: none;
}

table.typeA tbody tr:last-child td, table.typeC tbody tr:last-child td {
    border-bottom: none;
}

#visualbox table td {
    background-color: transparent;
}

table tbody:empty {
    display: none;
}

form input[type="image"] {
    /*display: flex;
        padding: 2px;*/
    float: left;
    margin: 0;
}

.back-button {
    margin: -35px -65px!important;
    position: absolute;
}

/* Charts */

.chart {
    width:100%;
    height:200px;
    text-align: center;
    vertical-align: middle;
}

.chart .loading {
    display: block;
    margin: 30px;
    font-size: 120%;
    font-weight: bold;
}

.chart .showAll {
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #2e3192;
    cursor: pointer;
}

.chart .showAll:hover {
    text-decoration: underline;
}

/*============================================================================*/
/*TYPE A - simple table with one header*/
/*============================================================================*/

table.sortTable.typeA {
    table-layout: auto;
}

table.typeA {
    padding: 0px;
    background-color: #ffffff;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    border: #cfd6de 1px solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: left;
    width: 100%;
    overflow: hidden;
    /*table-layout: fixed;*/
    border-collapse: separate;
}

div.pagerCtl + table.typeA, div.pagerCtl + form > table.typeA { /* remove the top margin if pager is present */
    margin-top: 0px;
}

.typeA th, .typeA thead td {
    background-color: #365373;
}

.typeA th .inputIcon, .typeA thead td .inputIcon {
    background-color: #365373;
}

.typeA th .inputIcon {
    color: inherit;
}

table.typeA td {
    border-left: thin solid #cfd6de;
}

table.typeA td.detailOpen table.typeC {
    border-left: none;
}

table:not(.settingsPersonalInfo).typeA tbody tr:not(.detailOpenRow):hover td,
table.typeC tbody tr:hover td {
    background-color: rgba(206, 214, 222, 0.8);
}

tr.detailOpenRow td.detailOpen table.typeC td {
    border-top: none;
    border-bottom: none;
    border-left: none;
}

tbody tr:hover {
    background-color: transparent;
}

table.typeA tr:nth-child(even) > td {
    background-color: #f1f1f1;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

table.typeA td:first-child {
    border-left: none;
}

table.typeA tr:nth-child(even) td.bgcolor_maintenance {
    background-color: #bed5fd;
}

table.typeA tr:nth-child(odd) td.bgcolor_maintenance {
    background-color: #bed5fd;
}

table.info_table td {
    padding: 0 0.5em 0 0.5em;
}

table.info_table th {
    border: none;
}

table.info_table .allcols {
    font-size: smaller;
    padding-left: 20px;
    padding-right: 10px;
}

table.info_table .allcols div.paramValue {
    display: inline-block;
    text-decoration: inherit;
}

table.info_table .totalRow td {
    border-top: 1px solid black;
    font-style: italic;
}

table.info_table .right {
    text-align: right;
}

img.detailOpen {
    cursor: pointer;
}

/* table header filters styling */
#tablefilterOpen {
    display:inline;
    width:35px;
    height:20px;
    padding:0px 2px;
    color:white;
}

.tablefilterSearchterm {
    display:inline;
    max-width:fit-content;
    height:20px;
    padding:0px 2px;
    color:white;
    font-size:14px;
}

.tablefilterSubmit {
    display:inline;
    width:40px;
    height:20px;
    padding:0px;
    color:white;
    font-size:14px;
}

.tablefilterInput {
}

.tablefilterExpand {
    display: block;
}

.filterTable .tablesorter-header-inner {
    display: inline-block;
    vertical-align: middle;
}

.tableHeaderInputContainer {
    display: inline-block;
    position: relative;
    min-width: 1.5em;
}

.tableHeaderInputContainer.tablefilterActive {
    display: block;
}

.tableHeaderInputContainer input[type] {
    width: 1em;
    min-width: 1em;
    padding-left: 0;
    background-color: transparent;
    color: inherit;
}

.tableHeaderInputContainer input[type]:focus {
    width: 100%;
    background-color: white;
    color: #2e3192;
    padding-left: calc(1.7em + 3px);
    min-width: calc(1.7em + 3px + 4ex);
}

.tableHeaderInputContainer.tablefilterExpand {
    position: relative;
    z-index: 100;
}

.tableHeaderInputContainer.tablefilterActive input[type] {
    width: 100%;
    padding-left: calc(1.7em + 3px);
    padding-right: calc(1em + 2px);
    min-width: calc(1.7em + 3px + 1em + 2px + 4ex);
}

.tableHeaderInputContainer .inputIcon {
    border-radius: 0.5em;
    border: thin solid #ccc;
    cursor: pointer;
}

.tableHeaderInputContainer .tableHeaderFilterDelete {
    display: none;
    position: absolute;
    right: 2px;
    top: 4px;
}

.tableHeaderInputContainer.tablefilterActive .tableHeaderFilterDelete {
    display: inline;
}

/*============================================================================*/
/*TYPE B - "vertical" header - only two columns*/
/*============================================================================*/

table.typeB {
    color: #fff;
    background-color: #ffffff;
    border: #cfd6de 1px solid;
    text-align: left;
    overflow: hidden;
    table-layout: fixed;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: auto!important;
    border-collapse: separate;
    min-width: 230px;
}

table.typeB tr:nth-child(even) td {
    background-color: #f1f1f1;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

table.typeB tr td:first-child {
    font-weight: bold;
}

th.displayAll {
    background-color: #ffffff;
    color: #00bbb9;
    cursor: pointer;
}

th.displayAll:hover {
    text-decoration: underline;
}

table.typeB caption {
    background-color: white;
    color: #cfd6de;
    font-size: 10pt;
    text-align: left;
    width:50%;
    padding-left:10px;
}

table.typeB tr:first-child td {
    border: none;
    text-align: left;
}

table.typeB tr:first-child td:last-child {
    -moz-border-radius: 0 10px 0  0;
    -webkit-border-radius: 0 10px 0  0;
    border-radius: 0 10px 0  0;
}

table.typeB tr:first-child th {
    -moz-border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    border-radius: 10px 0 0 0;
}

table.typeB tr:last-child th {
    -webkit-border-radius: 0px 0px 0 10px;
    -moz-border-radius: 0px 0px 0 10px;
    border-radius: 0px 0px 0 10px;
}

/*============================================================================*/
/*TYPE C*/
/*============================================================================*/

table.cfgitem_extended_info.typeC, table.cfgitem_info.typeC {
    width: auto;
}

table.cfgitem_info th {
    white-space: nowrap;
}

table.cfgitem_info th.paramName {
    vertical-align: top;
}

.allValuesLabel {
    text-align: right;
    font-style: italic;
}

.valuePairList {
    display: table;
    width: calc(100% + 45px);
}

div.valuePair {
    display: table-row;
    position: relative;
}

span.valuePairKey {
    display: table-cell;
    max-width: calc(50% - 22px);
    white-space: nowrap;
    width: 1%;
    padding-right: 1em;
}

span.valuePairKey:empty {
    width: 0;
    padding-right: 0;
}

span.valuePairValue {
    display: table-cell;
    max-width: calc(50% - 22px);
}

.paramSpanGroupKey {
    background-color: #eeeeee;
    white-space: nowrap;
}

table.ticket_info.typeC, table.ticket_extended_info.typeC {
    width: auto;
}

table.typeC {
    border: 1px solid #cfd6de;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    border-collapse: separate;
    /* margin: 0px 0px 20px 20px; */
    /*width: 100%;*/
    background-color: #ffffff;
}

table.typeC td.paramAction {
    display: table-cell;
}

table.typeC.confitemEdit {
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
}

table.typeC td div.paramValue {
    word-break: break-all;
}

.paramValue .paramAction {
    display: table-cell;
    padding-left: 4px;
    width: 45px;
    white-space: nowrap;
}

.paramActionForm {
    display: inline-block;
    vertical-align: middle;
}

table.cfgitem_info .paramAction {
    vertical-align: top;
}

table.cfgitem_info td.paramName, table.cfgitem_info td.paramAction {
    white-space: nowrap;
}

/*table.typeC tr > td {
    width: 100%;
}*/

/*table.typeC tr:last-child td:last-child {
    -webkit-border-radius: 0px 0px 10px 0px;
    -moz-border-radius: 0px 0px 10px 0px;
    border-radius: 0px 0px 10px 0px;
}

table.typeC tr:last-child th {
    -webkit-border-radius: 0px 0px 0px 10px;
    -moz-border-radius: 0px 0px 0px 10px;
    border-radius: 0px 0px 0px 10px;
}*/

.wrapingTable {
    border: 1px solid black;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

table.wrapingTable td{
    vertical-align: top;
}

table.typeC td{
    vertical-align: middle;
    padding-left: 2px;
    /*max-width: 25.5em;*/
}

td.detailOpen > table td {
    width: 100%;
}

td.detailOpen > table.typeC{
    width: 50%;
}

table.typeC td:nth-child(2) {
    padding-left: 10px;
}

table.typeC td {
    padding-right: 0px;
}

table.typeC td:last-child {
    padding-right: 10px;
}

.reportTypeC {
    margin-top: 20px;
}

.reportTypeC td {
    width: 100%;
}

.labelValueForm td {
    width: auto;
    text-align: left;
}

.cfgitem_info {
    order: 1;
}

.cfgitem_extended_info {
    float: none;
    margin-bottom: 0;
    order: 1;
}

.cfgitem_title input {
    color: black;
    margin: 7px 0px 0px 3px;
}

.cfgitem_title input[type="button"] {
    font-size: 80%!important;
    background-color: #cfd6de;
    color: #000000;
}

.inlineTable {
    display: block;
    margin-right: 20px;
    margin-bottom: 20px;
    vertical-align: top;
    height: 100%;
    flex-grow: 1;
}

table.inlineTable {
    display: table;
}

.inlineTableAction {
    display: block;
    margin-right: 20px;
    margin-bottom: 20px;
    vertical-align: top;
    height: 100%;
    flex-grow: 0;
}

.ticket_info_wrapper {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ticket_info_wrapper table.typeC {
    display: block;
    height: 100%;
}

table.typeC.ticket_info {
    order: -1;
}

.cfgitem_info_wrapper {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #cfd6de;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    padding: 20px 0px 0px 20px;
    margin: 0px 0px 30px 0px;
}

td.paramAction {
    display: flex;
}

.cfgitem_info_wrapper > form > fieldset {
    margin-top: 0px;
    padding: 0px 20px 20px 0px;
}

.cfgitem_info_wrapper table.typeC td {
    width: 100%;
}

.content_wrapper {
    border: 1px solid #cfd6de;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    clear: none;
    display: block;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0px 10px;
}

.cfgitem_history.typeC {
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
}

.cfgitem_history.typeC td {
    padding-left: 15px;
}

table.cfgitem_history tr:hover {
    background-color: #dfe0f2;
}

table.cfgitem_history td {
    vertical-align: top;
    white-space: nowrap;
    padding: 2px;
}

table.cfgitem_history td.value {
    width: 100%;
    white-space: normal;
}

table.cfgitem_history tr.valid {
    background-color: #dfe0f2;
}

.cfgitem_title {
    position: relative;
    overflow: hidden;
    font-weight: bold;
    padding-bottom: 5px;
    margin-top: 25px;
    border-bottom: none;
    background-color: #365373;
    color: #ffffff;
    font-size: 1em;
    text-align: left;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    padding-left: 10px;
}

div.cfgitem {
    position: relative;
    page-break-inside: avoid;
}

div.cfgitem_title {
    padding: 3px 0px 3px 7px;
}

div.cfgitem .links {
    clear: both;
    margin: 5px 3px;
}

.cfgitem_title_detail {
    background-color: #365373;
    color: #ffffff;
    font-size: 1em;
    text-align: left;
    padding-left: 11px;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    margin-top: 40px;
}

.cfgitem_info.wide.typeC {
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
}

.cfgitem-hedding-icons {
    position: absolute;
    /*padding-top: 2px;*/
}

table.cfgitem_info {
    border-spacing: 0;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

table.cfgitem_info td.paramValue {
    /*padding-left: 2px;
    padding-right: 2px;*/
    vertical-align: top;
    /*width: 100%;*/
    display: table-cell;
}

.labelValueForm th {
    text-align: right;
}

table.typeC th {
    background-color: #ccc;
    font-weight: bold;
    color: #0d0335;
    border-right: 1px solid #cfd6de;
    text-align: right;
    padding-right: 0.4em;
    white-space: nowrap;
    vertical-align: top;
}

table.typeC tr:nth-child(even) {
    background-color: #f1f1f1;
}

table.typeC tr:nth-child(odd) {
    background-color: #ffffff;
}

table.typeC tr:first-child td, table.typeC tr:first-child th {
    padding-top: 4px;
}

table.typeC.workflow_action tr:nth-child(even) td {
    background-color: #ffffff;
}

table td.detailOpen {
    padding: 1em;
}

td.detailOpen > table {
    margin: 0;
}

td.detailOpen th {
    border: 0;
}

table.settingsPersonalInfo th {
    background-color: #cccccc;
    color: #0d0335;
}


/********** TICKET **********/

.ticket_title {
    position: relative;
    overflow: hidden;
    font-weight: bold;
    margin-top: 25px;
    background-color: #365373;
    color: #ffffff;
    font-size: 1em;
    text-align: left;
    padding-left: 10px;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}

table.ticket_info th {
    white-space: nowrap;
    vertical-align: top;
}

table.ticket_info td {
    width: 100%;
    vertical-align: top;
}

.futureState {
    color: #808080;
}

.futureTicket {
    font-style: italic;
}

.ticket_extended_info {
    float: right;
}

.ticket_confitem {
    display: block;
}

.labelValueForm th {
    white-space: nowrap;
}

/* typeC .workflow_action */

.workflow_actions {
    margin-top: 20px;
    margin-bottom: 20px;
}

table.typeC.workflow_action  {
    table-layout: auto;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
}

table.typeC.workflow_action th {
    background-color: #ccc;
    font-weight: bold;
    color: #0d0335;
    border-right: thin solid #cfd6de;
    text-align: right;
    padding-right: 0.4em;
    vertical-align: top;
}

table.typeC.workflow_action td {
    vertical-align: middle;
    width: 100%;
}

table.typeC.workflow_action tbody tr:hover td {
    background-color: #ffffff;
}

table.typeC.settingsPersonalInfo tr:first-child th:first-child {
    -webkit-border-radius: 10px 0px 0px 0px;
    -moz-border-radius: 10px 0px 0px 0px;
    border-radius: 10px 0px 0px 0px;
}

table.typeC.settingsPersonalInfo tr:first-child td {
    -webkit-border-radius: 0px 10px 0px 0px;
    -moz-border-radius: 0px 10px 0px 0px;
    border-radius: 0px 10px 0px 0px;
}

table.typeC caption {
    background-color: transparent;
    color: #0d0335;
    font-size: 12pt;
    text-align: left;
    width:50%;
    padding-left:20px;
    font-weight:bold;
}

table.typeC.settingsPersonalInfo {
    margin-bottom: 20px;
}

/*============================================================================*/
/*TYPE D - little tables with caption*/
/*============================================================================*/

table.typeD caption {
    background-color: transparent;
    color: #0d0335;
    font-size: 12pt;
    text-align: left;
    width:50%;
    padding-left:20px;
    font-weight:bold;
}

table.typeD {
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: left;
    border: 1px solid black;
    border-collapse: separate;
    overflow: hidden;
    width: 100%;
}

table.typeD.settingsMenu td:first-child {
    text-align: right;
    font-weight:bold;
}

table.typeD.settingsToolbar td{
    font-weight: bold;
    font-size: 1em;
    text-align: center;
}

table.typeD.settingsToolbar tr:first-child td{
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}

table.typeD.settingsMenu tr td:first-child {
    border-right: 1px solid black;
}

table.typeD.settingsMenu tr:first-child td:first-child {
    -webkit-border-radius: 10px 0px 0px 0px;
    -moz-border-radius: 10px 0px 0px 0px;
    border-radius: 10px 0px 0px 0px;
}

table.typeD.settingsMenu tr:first-child td:last-child {
    -webkit-border-radius: 0px 10px 0px 0px;
    -moz-border-radius: 0px 10px 0px 0px;
    border-radius: 0px 10px 0px 0px;
}

table.typeD.settingsHomePage tr:first-child td:first-child{
    -webkit-border-radius: 10px 0px 0px 0px;
    -moz-border-radius: 10px 0px 0px 0px;
    border-radius: 10px 0px 0px 0px;
}
table.typeD.settingsHomePage tr:first-child td:last-child{
    -webkit-border-radius: 0px 10px 0px 0px;
    -moz-border-radius: 0px 10px 0px 0px;
    border-radius: 0px 10px 0px 0px;
}

table.typeD.settingsLanguage td {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius:10px;
    text-align: center;
}

table.typeD.settingsWidgets td {
    text-align: right;
    font-weight:bold;
}

table.typeD.settingsWidgets tr:first-child td:first-child {
    -webkit-border-radius: 10px 0px 0px 0px;
    -moz-border-radius: 10px 0px 0px 0px;
    border-radius: 10px 0px 0px 0px;
}

table.typeD.settingsWidgets tr:first-child td:last-child {
    -webkit-border-radius: 0px 10px 0px 0px;
    -moz-border-radius: 0px 10px 0px 0px;
    border-radius: 0px 10px 0px 0px;
}

.gpcFilterBody caption {
    padding-left: 10px;
    font-weight: bold;
    padding-top: 0px;
}

table.resetPassword {
    width: auto;
    margin: auto;
}

table.resetPassword input[type="submit"] {
    margin: 5px auto;
}

table.settingsPersonalInfo {
    table-layout: fixed;
}

.settingsPersonalInfo input[type="submit"] {
    margin: 5px auto;
}

/*adminConfig form input*/
td form {
    display: flex;
}

.ui-datepicker td {
    padding: 1px!important;
}

.wide {
    /*min-width: 0;*/
}
/*============================================================================*/
/*OTHER*/

/* Occupation */

table.occupation {
    border: 1px solid black;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 70%;
    margin: 10px auto;
    min-width: 150px;
    display: inline-block;
}

table.occupation th {
    text-align: center;
}

table.occupation td.confitem {
    background-color: #d8d9e9;
    border: 1px solid black;
    width: 100%;
}

.reportStackingBlock {
    float: left;
    margin-right: 20px;
    min-height: 50em;
}
/*============================================================================*/