@import url("../../prosilver/theme/stylesheet.css");

/* KJVAMA Documentation */

#keywords::placeholder {
    text-indent: 6px;
}

.headerbar {
    background-color: #ffffff;
    background-image: none;
    border: 0;
}

.site_logo {
    background-image: url("./images/site_logo.png") !important;
    background-size: 360px auto;
    background-repeat: no-repeat;
    background-position: left center;
    transform: translateY(-35px);
    width: 360px;
    height: 104px;
}

#site-description h1 {
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 8px 0;
    color: #212529;
    position: relative;
    top: 6px;
}

#site-description p {
    font-family: "Segoe UI", Arial, sans-serif;
    line-height: 1.3;
    margin: 0;
    color: #6c757d;
    position: relative;
    top: 6px;
}

.navbar {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.forabg {
    background-image: none;
    background-color: #5DC8FA;
}

.forabg .topiclist.forums > li.row .row-item {
    background-image: none;
}

.forabg .topiclist.forums > li.row .row-item dt::before {
    content: "\f15c";
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border: 1px solid #adb5bd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: FontAwesome;
    font-size: 16px;
    color: #6c757d;
    background-color: #ffffff;
}

.forabg .topiclist.forums > li.row .row-item dt .list-inner {
    margin-left: 20px;
    padding-top: 4px;
}

.responsive-center.time {
    margin-bottom: 10px;
}

.stat-block {
    margin-top: 14px;
}

ul.topiclist.forums > li.row dd {
    border-left: 0;
}

li.row:hover {
    background-color: #ffffff;
}

li.header dl.row-item dt .list-inner {
    padding-left: 16px;
}