html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

#page-content {
    flex: 1 0 auto;
}

#sticky-footer {
    flex-shrink: 0;
}

.logo{
    max-width: 200px;
}

.dtHorizontalVerticalExampleWrapper {
    max-width: 600px;
    margin: 0 auto;
}

#dtHorizontalVerticalExample th, td {
    white-space: nowrap;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    bottom: .5em;
}

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.table-fixed tbody {
    height: 150px;
    width: 100%;
    overflow-y: auto;
    overflow-x: auto;
}

.table-fixed thead,
.table-fixed tbody,
.table-fixed tr,
.table-fixed td,
.table-fixed th {
    display: block;
}

.table-fixed tbody td,
.table-fixed tbody th,
.table-fixed thead > tr > th {
    float: left;
    position: relative;
}

.table-fixed thead > tr > th::after {
     content: '';
     clear: both;
     display: block;
}

.level1{
    background-color: #FFFFFF;
}

.level1:hover{
    background-color: #DDDDDD;
}

.level2{
    background-color: #f1f2f3;
}

.level2:hover{
    background-color: #DDDDDD;
}

.level1 > td {
    padding: 0;
}

.level1 > td > *{
    padding: 0.75rem 0;
}

.SurveyGroup{
    background-color: rgb(250,250,250);
    text-align: center;
}

.SurveyGroup:hover{
    background-color: rgb(250,250,250);
}