﻿body {
    color: rgba(255,255,255,.8);
    background-color: #2b3441
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.25);
}

.row {
    margin-left: 0;
    margin-right: 0;
}

    .row div {
        padding-left: 0;
        padding-right: 0;
    }

.container {
    padding-left: 0;
    padding-right: 0;
}

.table-hover tbody tr:hover {
    background-color: rgb(0,84,136);
}

/*table tbody tr:hover td {
    background-color: rgb(0,84,136);
    background-color: lightblue;
}*/

.body-content table.dataTable thead .sorting:before,
.body-content table.dataTable thead .sorting:after,
.body-content table.dataTable thead .sorting_asc:before,
.body-content table.dataTable thead .sorting_asc:after,
.body-content table.dataTable thead .sorting_desc:before,
.body-content table.dataTable thead .sorting_desc:after,
.body-content table.dataTable thead .sorting_asc_disabled:before,
.body-content table.dataTable thead .sorting_asc_disabled:after,
.body-content table.dataTable thead .sorting_desc_disabled:before,
.body-content table.dataTable thead .sorting_desc_disabled:after {
    bottom: 0.1em;
}

.container-fluid {
    padding-right: 0;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

.navbar-inverse .navbar-brand {
    color: white;
}

.dt-right {
    text-align: right;
}

.tooltip {
    font-size: large;
}
