

/* ==========================================================================
   Author's custom styles
   ========================================================================== */




/* Move down content because we have a fixed navbar that is 50px tall */
body {
    /*background-color: #97bfe9;*/
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Override Bootstrap defaults */

.navbar-inverse {
    background-color: #00458b;
    background-image: none;
}

.navbar-inverse .navbar-nav li a, .navbar-inverse .navbar-brand {
    color: white;
    text-shadow: none;
}

.navbar-inverse .navbar-brand img {
    width: 100px;
}

.navbar-inverse .navbar-nav li a:hover {
    background-color: #d8e9ff;
    color: #00458b;
}

ul.dropdown-menu li a {
    color: #333 !important;
}

.btn-primary {
    background-color: #00458b;
    background-image: none;
    border: none;
    text-shadow: none;
    box-shadow: none;
    color: white;
}

.btn-primary:hover {
    background: #d8e9ff;
    color: #00458b;
}

.table a, .table a:hover {
    color: #00458b;
}

.table-hover tbody tr:hover td {
    background-color: #e2e2e2;
}

.row.user {
    background: #97bee8;
    border: none;
}

.row.user a, .list-group-item a {
    color: #00458b;
}

.row.reportlist-entry {
    background-color: #97bee8;
    border: none;
}

.row.reportlist-entry:hover {
    background-color: #eef5ff;
}

.row.reportlist-entry a {
    color: #00458b;
}

.btn {
    background-image: none;
    border: none;
    text-shadow: none;
    box-shadow: none;
}

.btn-default.btn-sm {
    background-color: white;
    color: #333!important;
}

.btn-default.btn-sm:hover {
    background-color: #ebe8e6;
}

.btn-default {
    background-color: #e2e2e2;
    color: #333!important;
}

.btn-default:hover {
    background-color: #ebe8e6;
}

.btn-info {
    background: #d8e9ff;
    color: #00458b;
}

.btn-info:hover {
    background-color: #00458b;
}

.btn-success {
    background-color: #00a07a;
}

.btn-success:hover {
    background-color: #7fcfbc;
}

.btn-danger {
    background-color: #cd1719;
}

.btn-danger:hover {
    background-color: #e68b8c;
}

.btn-secondary {
    background-color: #e2e2e2;
    color: #333 !important;
}

.btn-secondary:hover {
    background-color: #ebe8e6;
    color: #333;
}

.btn-warning {
    background-color: #ffdd00;
    color: #333;
}

.btn-warning:hover {
    background-color: #ffee7f;
    color: #333;
}

.label-warning {
    background-color: #e68b8c;
}

.label-info {
    background-color: #c58693;
}

.input-group-addon {
    background: #e2e2e2;
    color: #00458b;
}

.nav.nav-tabs li a {
    color: #00458b;
}

.nav.nav-tabs li a:hover {
    background-color: #e2e2e2;
    text-decoration: underline;
}

.nav.nav-tabs li.active a {
    color: #333;
}

.nav.nav-tabs li.active a:hover {
    background-color: white;
}

.main_actions .btn {
    margin-bottom: 5px;
}

.list-group-item-info {
    background-color: #e2e2e2;
    color: #333;
}

.stats-board input[type='text'], .stats-board select {
    margin-bottom: 5px;
    border: none;
}

.pager li>a, .pager li>span {
    border-radius: 4px;
    color: #00458b;
}

a.has-labels:hover {
    text-decoration: none;
}

code {
    background-color: #dfd3d0;
    color: #cd1719;
}

/* End of Override Bootstrap defaults */

.user {
    margin-top:10px;
    padding:10px;
    background-color: rgba(86, 61, 124, 0.15);
    border: 1px solid rgba(86, 61, 124, 0.2);
}

.reportlist-entry {
    margin-top:10px;
    padding:10px;
    background-color: rgba(86, 61, 124, 0.15);
    border: 1px solid rgba(86, 61, 124, 0.2);
}

.reportlist-entry:hover {
    background-color: rgba(86, 61, 124, 0.25);
}

.report_even {
    background-color: rgba(61, 124, 86, 0.15);
    padding:2px;
}

.report_odd {
    background-color: white;
    padding:2px;
}

a .row {
    color:black;
}

.nolink {
    color: black;
}

.nolink:hover {
    color: black;
}

.main_actions {
    text-align:right;
}

.row ul {
    list-style-type: none;
}

footer {
    margin-top:20px;
}

.table tbody tr td {
    vertical-align: middle;
}

.bs-example {
    margin-right: 0;
    margin-left: 0;
    background-color: #fff;
    border-color: #ddd;
    border-width: 1px;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    padding: 10px 15px 15px;
    border-style: solid;
}

.bs-example h4 {
    padding-bottom: 10px;
}













