/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

table td.expired {
    font-weight: bold;
    color: #d30000;
}

table td a,
table td a:visited {
    color: #000;
}

/* Cautions list */
.cautions-list #comments,
.cautions-list #respond,
.cautions-list ol.commentlist .reply,
.cautions-list .edit-link {
    display: none;
}

.cautions-list ol.commentlist {
    margin: 0;
    padding: 0;
}

.cautions-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cautions-list li address {
    margin-bottom: 0;
    font-weight: bold;
}

.cautions-list li address span{
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
}

/* Comments list */
.comments-list #comments,
.comments-list #respond,
.comments-list ol.commentlist .reply,
.comments-list .edit-link {
    display: none;
}

.comments-list ol.commentlist {
    margin: 0;
    padding: 0;
}

.comments-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comments-list li {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 1em;
}

.comments-list li address {
    margin-bottom: 0;
    font-weight: bold;
}

.comments-list li address span{
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
}



#content .risk-badge {
    font-size: 20px;
}

#content .table td.total {
    color: #fff;
    font-weight: bold;
    text-align: center;
}

#content .table td.low {
    background-color: #449D44;
}

#content .table td.medium {
    background-color: #F0AD4E;
}

#content .table td.high {
    background-color: #D9534F;
}

#content .card i {
    margin-right: 10px;
}

.dot {
    display: inline-block;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    margin: 0 2px;
}

.dot.dot-success {
    background-color: #449D44;
}
.dot.dot-warning {
    background-color: #F0AD4E;
}
.dot.dot-danger {
    background-color: #D9534F;
}

.dot.dot-sm {
    height: 10px;
    width: 10px;
}

.dot.dot-lg {
    margin: 0 4px;
    height: 20px;
    width: 20px;
}

/* Jabil specific page styling */
nav.navbar.navbar-expand-lg.navbar-dark.bg-dark {
    border-top: 5px solid #46bfe8;
}

.site-info {
    border-top: 5px solid #dc582a;
}