h1 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    font-weight: 500;
    line-height: 1.2;   
}

.sticky-offset {
    top: 56px;
}



td.details-control {
    background: url('/static/core/assets/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('/static/core/assets/details_close.png') no-repeat center center;
}


.list-group{
    max-height: 500px;
    margin-bottom: 10px;
    overflow-y: auto;    
}

.badge {
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    padding: .15em .35em !important;
    font-size: 75% !important;
}


.session-state {
    font-size: 125% !important;
}


.card-body {
    padding: 0.5rem !important;
}

.card-header {
  padding: .25rem 1.25rem !important;
}

.dt-buttons {
	margin-bottom: 0.5rem !important;
}


/* .dataTable > tbody tr.odd td { */
/*     background: #a2e1ee; */
/* } */


.badge-info-orica {
    color: #ffffff;
    background-color: rgb(52, 137, 188);
}


