/* believe it or not, sb-admin2 wants it that way */
html, body {
    height: 100%;
}
#wrapper, #page-wrapper {
    /*height: 100%;*/
}

.label-as-badge {
    border-radius: 1em;
}

.table-borderless tbody tr td, .table-borderless tbody tr th, .table-borderless thead tr th {
    border: none;    
}

.disabled {
    pointer-events: auto;
}