﻿/*bootstrap container*/
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-left: 0;
    padding-right: 0;
}
/*table output*/
#records_wrapper {
    font-size: .9rem;
}
.table-bordered {
    border: none;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
    border-right: none;
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom: none;
}
table#records {
    background-color: #fff;
}
.table-sm td, .table-sm th {
    padding: .75rem;
}
.table-sm th {
    padding-top: .25rem;
    padding-bottom: .25rem;
    background-color: #e3e3e3;
    font-size: 16px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}
.pc-name {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 2px;
}
.pc-date {
    font-style: italic;
    margin-bottom: 5px;
}
.pc-comment {
    margin-bottom: 5px;
}
/*btn*/
.btn-primary {
    border-color: #0047ba;
    background-color: #0047ba;
}
.btn-primary:hover {
    background-color: #0075ff;
    border-color: #0075ff;
}
#newComment .material-icons {
    vertical-align: bottom;
    font-size: 20px;
    margin-right: 5px;
}
/*center pagination*/
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
}
/*comments alert*/
.comments-alert .material-icons {
    float: left;
    color: #f7c305;
    font-size: 26px;
    margin-right: 5px;
}
.comments-alert span {
    font-size: .8rem;
}
/*custom ACA title bar*/
.title-public-comments {
    padding-bottom:5px;
    margin-top:5px;
}