table.grid-view th,
table.grid-view a.btn {
    white-space: nowrap;
}

table.grid-view th,
table.grid-view td {
    text-align: center;
}

table.grid-view td.nowrap {
    white-space: nowrap;
}

body {
    background: #666666 url("../img/site-background.jpg") center top repeat;
}

/* login page style */
.login-page {
    background-color: #eaeaea;
    background-image: url('../img/page-background.jpg');
    background-repeat: repeat;
    opacity: 0.9;
}

.login-page .login-box {
    width: 100%;
    max-width: 640px;
}

.login-page .login-box .card {
    border-radius: 16px;
}


/* chat playground */

.card-title {
    font-weight: bold;
}

.card-citation {
    max-height: 320px;
    overflow-y: auto;
}

.direct-chat-text hr {
    border: 0.5px dotted #fff
}

.direct-chat-text pre,
.card-citation pre {
    background-color: #333;
}

.direct-chat-text pre code,
.card-citation pre code {
    color: #75fb4c;
}

li.conversation-item:hover {
    background-color: #464D55;
}

@media (max-width: 400px) {
    .col-0 {
        display: none;
    }
}

.bootstrap-switch-label {
    background-color: #ccc !important;
    font-weight: bold !important;
    /* text-decoration: line-through; */
}


/* citation panel style */
.tab-content #tabPaneCitation h1 {
    font-size: 1.5rem;
}

.tab-content #tabPaneCitation h2 {
    font-size: 1.2rem;
}

.tab-content #tabPaneCitation h3,
.tab-content #tabPaneCitation h4,
.tab-content #tabPaneCitation h5,
.tab-content #tabPaneCitation h6 {
    font-size: 1rem;
}

/* pagination style */
.paginationjs li {
    border: none !important;
}

.paginationjs li>a {
    height: 38px !important;
    line-height: 38px !important;
}