th{
    border: none !important;
    background: #5C6BC0 !important;
    color: white !important;
    text-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    text-align: left !important;
    padding: 4px 10px !important;
}

td{
    border: none !important;
    /*padding: 0.1em 0.1em !important;*/
}

.hide-column-names table thead tr {
    display: none;
}

.ui-icon-circle-triangle-e {
    background-image: url('../resources/gfx/details_open.png') !important;
    background-position: 0px 0px;
    width: 20px;
    height: 20px;
}

.ui-icon-circle-triangle-s {
    background-image: url('../resources/gfx/details_close.png') !important;
    background-position: 0px 0px;
    width: 20px;
    height: 20px;
}

.subTable{
    padding-left: 17px;
}

.subTable table{
    border: 1px solid lightgray !important;
    border-radius: 10px !important;
    border-collapse: initial !important;
    width: 85% !important;
}

.subTable thead th{
    background-color: lightblue !important;
    color: black !important;
    text-align: left !important;
    padding: 0px !important;
}

.subTable tbody tr{
    background-color: #FFFAF0;
}

.subTable thead th:first-child{
    border-radius: 10px 0px 0px 0px !important;
}

.subTable thead th:last-child{
    border-radius: 0px 10px 0px 0px !important;
}

.ui-datatable .ui-column-filter{
    display: block !important;
    width: 95%  !important;
    margin: inherit  !important;
}