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

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

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

table.grid-view td.table-width-sm {
    width: 100px;
}

table.grid-view td.table-width-md {
    width: 200px;
}

@media (max-width: 1600px) {
    table.grid-view td.table-width-xl {
        width: 200px;
    }
}

@media (min-width: 1600px) {
    table.grid-view td.table-width-xl {
        width: 300px;
    }
}

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

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

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

.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; */
}


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

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