﻿body {
    background-color: #ECE5DC;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.nodisplay {
    display: none;
}

.navbar {
    background-color: #5C8984 !important;
}

    .navbar .navbar-nav > li > a:active,
    .navbar .navbar-nav > li > a:focus {
        color: darkgreen;
    }

    .navbar .navbar-nav > li > a:hover:focus:active {
        background-color: #214C45;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff !important;
}

.table-striped > tbody > tr:nth-of-type(even),
.doc-section > table > tbody > tr:nth-of-type(odd) {
    background-color: #cee3f5 !important;
}

.table-striped thead *,
.table-striped tfoot *,
.doc-section > table > tbody > tr > th {
    background-color: #337ab7 !important;
    text-align: center !important;
    font-size: medium;
    color: #FFF;
}

/* Tablesorter */
table.tablesorter {
}

    table.tablesorter thead tr th,
    table.tablesorter tfoot tr th {
    }

    table.tablesorter thead tr .header {
        background-image: url(../Assets/Images/bg.gif);
        background-repeat: no-repeat;
        background-position: center bottom;
        cursor: pointer;
        padding-bottom: 18px;
    }

    table.tablesorter tbody tr:nth-of-type(2n+1) {
    }

    table.tablesorter tbody tr:nth-of-type(2n) {
    }

    table.tablesorter tbody td {
    }

    table.tablesorter thead tr .headerSortUp {
        background-image: url(../Assets/Images/asc.gif);
    }

    table.tablesorter thead tr .headerSortDown {
        background-image: url(../Assets/Images/desc.gif);
    }

    table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
        background-color: #8dbdd8;
    }

.table > tbody > tr.active > td {
    background-color: #96bfff;
}

.selectable > tbody > tr > td {
    cursor: pointer;
}

.selectable-item {
    cursor: pointer;
}



/* History Inquiry Report Styles */
.inquirybyvin-report {
    width: 100%;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

.inquirybyvin-report tr {
background-color: white;
}

.inquirybyvin-report tr td:nth-child(odd) {
    background-color: #cee3f5;
    font-weight: bold;
    text-align: right;
}

#inq-modal-container {
    overflow: initial !important;
}
.table-inquiry {
    border-collapse: collapse;
}

.table-inquiry tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.table-inquiry tr:nth-child(even) {
    background-color: #ffffff;
}

.table-inquiry tr td,
.table-inquiry tr th {
    border: 1px solid #bbb;
}

.table-inquiry tr th {
    background-color: #337ab7;
    color: #FFF;
    font-size: 16px;
    text-align: center;
}

.table-inquiry tr td:nth-child(1) {
    width: 20%;
}

.table-inquiry tr td:nth-child(2) {
    width: 30%;
}

.table-inquiry tr td:nth-child(3) {
    width: 20%;
}

.table-inquiry tr td:nth-child(4) {
    width: 30%;
}

#inq-modal-body {
    height: 75%;
    min-height: 200px;
    max-height: 600px;
    overflow-y: auto;
}

.inquiry-title-cell {
    background-color: #cee3f5 !important;
    color: #000;
    font-weight: bold;
    text-align: right;
    font-size: 14px;
}

/* Generic Report Container */
.report-container__table {
    margin: 0 auto;
    border-collapse: collapse;
    border: 1px solid #000;
    font-family: arial;
    background-color: #CDCDCD;
}

    .report-container__table thead tr th,
    .report-container__table tfoot tr th {
        background-color: #337ab7;
        color: white;
        text-align: center;
        border: 1px solid #000 !important;
        padding: 4px;
        vertical-align: top;
        font-size: medium;
    }

    .report-container__table tr:nth-of-type(2n+1) {
        background-color: #F2F2F6;
    }

    .report-container__table tr:nth-of-type(2n) {
        background-color: #FFFFFF;
        color: #000;
    }

    .report-container__table td,
    .report-container__table th {
        border: 1px solid #000;
        height: 18px;
        padding: 4px;
        font-size: .85em;
    }

.report-container__data {
    height: auto;
    width: 100%;
    /*border: 1px solid #000;*/
    text-align: center;
    font-weight: normal;
    font-size: 1.25em;
    padding-top: 15px;
    padding-bottom: 5px;
    /*background-color: #ddd;*/
}

.report-container__data__title {
    font-size: 1.35em;
    font-weight: bold;
}

.report-container__data__metadata {
    font-size: .8em;
}

.report-container__data__row-count {
    font-size: .75em;
}

.report-container__data__gen-date {
    font-size: .75em;
    font-style: italic;
}

.report-container__no-data {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
}

.report-container a {
    text-decoration: underline;
}

.report-header {
    font-size: 1.25em;
    font-family: DaunPenh;
    text-align: center;
}

.pointer {
    cursor: pointer;
}
