/* NAVIGATION BAR */
div.navbar {
    margin-bottom: 0;
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus {
    background: #e7e7e7 none;  /* image was blocking the color */
}

.navbar-nav li {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12pt;
}

.navbar-nav li:hover {
    background-color: #e7e7e7;
}

/* TABLES */
table#insolvent_trade_claims td {
    padding: 0 5px;
}

/* todo: make class */
table.report td {
    padding: 0 5px;
}

table#report_summary {
    width: 100%;
}

table.report td, table.report th {
    text-align: right;
}

table.report td:first-child, table.report th:first-child {
    text-align: left;
}


table.report tr.totals {
    font-weight: bold;
    border-top: 2px solid darkgray;
}

table#report_summary td:nth-child(odd) {
    text-align: left;
}

table#report_summary td:nth-child(2) {
    padding-right: 150px;
}

table#report_summary td:nth-child(3) {
    padding-left: 150px;
}

/* GENERAL */
h1 {
    font-size: 24px;
    font-family: Georgia, "Times New Roman", Times, serif;
    /*margin-left: 10px;*/
}

.container-fluid {
    margin-top: 15px;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    color: orange;
    /* text-decoration: underline; */
}

/* PANEL */
.panel-default .panel-heading{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    background-color: #eee;
    padding: 5px 10px;
}

.panel-body {
    margin-top: 0;
    padding: 10px;
}

/* PRINT - PREVIEW */
@media print {
    table {
        font-size: 8pt;
    }
}

div.pdf_preview {
   /* width: 880px; */
}

div#subject-matter {

    font-family: Times New Roman, sans-serif;
    border: solid 1px darkgray;
}

/* INSOLVENT PAGE */
#insolvent_details table {
    width: 100%;
}

#insolvent_details table tr:first-child td:first-child {
    width: 110px;
}

#curator_details input[type="text"] {
    padding: 0;
    border: 0;
    border-bottom: 1px solid #eee;
}

/* REPORT SCRAPE */
form#report_scrape .input-group {
    padding: 5px 0 10px 0;
}
