@font-face {
    font-family: "glyphicons-halflings-regular";
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflings-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    padding-top: 20px;
    padding-bottom: 50px;
}

.navbar .nav {
    width: 100%;
}

.navbar li {
    display: table-cell;
    float: none;
    text-align: center;
}

.navbar li:last-child {
    width: 4%;
}

.navbar li a {
    text-align: center;
}

td.wrap-column {
    word-break: break-all;
}

.table-total {
    width: auto;
}

.table-total th {
    text-align: left;
    font-weight: bold;
}

.table-total thead th + th {
    border-bottom: 1px solid grey;
}

.table-total thead th,
.table-total td {
    padding-left: 20px;
    text-align: left;
}

.per-page-label {
    padding: 10px 10px 10px 0;
}

.expand-control {
    cursor: pointer;
}

.row-details th {
    text-align: right;
}

.row-details td,
.row-details th {
    padding-top: 0;
    padding-bottom: 0;
}

.row-details div {
    padding: 8px 0;
}

.form-inline label {
    padding-left: 10px;
    padding-right: 10px;
}

.actions {
    margin-top: 20px;
}

i.inline-icon {
    display: inline;
}