﻿.img-thumbnail {
    cursor: pointer;
    padding: 0.25rem;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    max-width: 100%;
    height: auto;
}

.img-thumbnail-1 {
    max-height: 64px;
    max-width: 64px;
}

.img-thumbnail-2 {
    max-height: 128px;
    max-width: 128px;
}

.img-thumbnail-3 {
    max-height: 220px;
    max-width: 220px;
}

.bg-body {
    background-color: #f9f9f9;
    background-image: url('../images/bg-body.png');
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.mt-45 {
    margin-top: 1.8rem !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #0056b3 !important;
}

.viewer-header {
    width: 100% !important;
    border-collapse: collapse;
    border: none;
}

.viewer-subject {
    width: 100% !important;
    border-collapse: collapse;
    border-top: none;
    border-right: none;
    border-bottom: 1px dotted #999999;
    border-left: none;
}

.viewer-body {
    width: 100% !important;
    border-collapse: collapse;
    border: none;
    line-height: 2;
}

    .viewer-body p {
        margin: 0;
        padding: 0;
    }

    .viewer-body a {
        text-decoration: none;
    }

        .viewer-body a:hover {
            text-decoration: underline;
        }

    .viewer-body td {
        padding: 10px 0;
        vertical-align: top;
    }

        .viewer-body td.title {
            width: 150px;
            font-weight: bold;
            text-align: right;
        }

.viewer-footer {
    width: 100% !important;
    border-collapse: collapse;
    border: none;
}

    .viewer-footer a {
        text-decoration: none;
        color: #f0f0f0;
    }

        .viewer-footer a:hover {
            text-decoration: underline;
        }

.section-processprofile {
    min-width: 720px;
}

.underline {
    text-decoration: underline;
}

.width-1 {
    width: 65px;
}

.width-2 {
    width: 120px;
}

.cursor-help {
    cursor: help !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

/*可预约的网格*/
.booking-booked::before {
    background-color: orangered !important;
    border-color: orangered !important;
}

.booking-available::before {
    border-color: #0069d9;
}

.popover-dialog {
    overflow-x: hidden;
    overflow-y: auto;
}

.popover, .popover-body {
    min-width: 1020px;
}

    .popover-body iframe {
        border: none;
        overflow-x: hidden;
        width: 100%;
        height: 400px;
    }

.working-status {
    cursor: pointer;
}

.description-block {
    font-size: 1rem;
}

.direct-chat-text {
    background-color: #eee !important;
    border-color: #eee !important;
}

    .direct-chat-text::before,
    .direct-chat-text::after {
        border-right-color: #eee !important;
    }

.outline-danger {
    color: #007bff !important;
    border-color: #007bff;
}
