﻿
.validation-summary-errors ul {
    color: #dc1940;
    list-style: none;
    padding: 0;
}

.validation-summary-errors li {
  padding-left: 1.3em;
}

.validation-summary-errors li:before {
    color: #dc1940;
    list-style: none;
    content: "\f061";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.5em;
}

.field-validation-error {
    color: #dc1940;
    font-size: 10px;
}

.member-avatar {
    width: 100px !important;
    height: 100px !important;
}

.no-value {
    color: #c0c0c0;
    font-weight: lighter;
    font-style: italic; 
}

.message-content {
    word-wrap: break-word !important;

}

.message, .message-date {
    color: white;
}

.chat-message.left .message {
    background-color: #a0d468 !important;
    border: none !important;
    text-align: left;
    margin-left: 55px;
}

.chat-message.right .message {
    background-color: #5db2ff !important;
    border: none !important;
    text-align: right;
    margin-right: 55px;
}

.message-author {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.chat-content {
    padding: 15px;
}

.chat-message.right .message-date {
    float: left;
}

.chat-message.left .message-date {
    float: right;
}

.popover {
    z-index: 999999;
}
