﻿div.verystrong {
    background-color: red;
    color: white;
    font-weight: bold;
}
div.clientMsg {
    background-color: yellow;
    color: red;
    font-weight: bold;
}
div.messagebox {
    padding-left: 20px;
    margin: 3px;
    border-radius: 5px;
    border: 2px solid #802020;
}
.ai-grid {
    border: none;
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #e7e7e7;
    border-collapse: separate;
    width: 100%;
    color: #72767e;
}
    .ai-grid th {
        border-bottom: 1px solid #e7e7e7;
        color: #72767e;
        font-size: 0.78571rem;
        font-weight: normal;
        text-transform: uppercase;
        white-space: nowrap;
        letter-spacing: 0.07em;
        vertical-align: bottom;
    }
    .ai-grid td {
        padding-left: 12px;
        vertical-align: middle;
        line-height: 2rem;
        border-bottom: 1px solid #d7d7d7;
        border-top: 6px solid #fff;
    }
.select-user-panel {
    padding: 0 !important;
}
.select-user-prompt {
    margin: 10px 20px 10px 20px;
    font-size: 1.5em;
    font-weight: lighter;
}
.select-user-panel-heading {
    padding: 20px;
    box-shadow: 0 1px 0 0 whitesmoke;
    font-size: 1.8em;
    font-weight: lighter;
    color: gray;
}
.select-user-list {
    padding: 0 !important;
    overflow-y: auto;
    max-height: 65vh;
}
.select-user-icon {
    font-size: 3em;
    line-height: 1em;
    text-align: center;
    padding: 0 !important;
    color: gray;
}
    .select-user-icon > i {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
.select-user-text {
    padding: 0 10px 0 0 !important;
    color: #404040;
    font-family: "source-sans-pro", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.select-user-button {
    text-align: left;
    background-color: white;
    width: 100%;
    white-space: normal;
    word-wrap: break-word;
    padding: 10px 0;
}
    .select-user-button:hover, .select-user-button:focus {
        background-color: #F0F0F0;
        color: #5f6062;
        cursor: pointer;
        transition: background .2s;
    }
.select-user-name {
    font-size: 1.2em;
}
.select-user-username {
    font-size: 1.1em;
}
.nopadding {
    padding: 0 !important;
}
.text-color-black{
    color: black;
}
.background-color-white{
    background-color: white !important;
}
.background-color-inherit{
    background-color: inherit;
}