

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




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

.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;
}

/*label {
    margin-top:10px;
}*/

.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;
}













