﻿.navbar-tria {
    background: #3c5aa0 !important;
    background-image: linear-gradient(to right, #3c5aa0, #b55376) !important;
}

div.actions-grid {
    display: flex;
}

    div.actions-grid > div {
        width: 26px;
    }



table.dataTable.collapsed td.child ul.dtr-details {
    width: 100%;
}

    table.dataTable.collapsed td.child ul.dtr-details > li > span.dtr-title:empty {
        display: none;
    }

    table.dataTable.collapsed td.child ul.dtr-details > li > span.dtr-data > div.actions-grid > div:empty {
        display: none;
    }

td.details-control {
    background: url('../resources/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../resources/details_close.png') no-repeat center center;
}
