.chat-content {
	background-color: #f2f2f2 !important;
}


/* =============
   Notification
============= */
.notifyjs-metro-base {
    position: relative;
    min-height: 52px;
    min-width: 250px;
    color: #444;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-animation: dropdownOpen 0.3s ease-out;
    animation: dropdownOpen 0.3s ease-out;
}

.notifyjs-metro-base .image {
    display: table;
    position: absolute;
    height: auto;
    width: auto;
    left: 25px;
    top: 50%;
    font-size: 24px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notifyjs-metro-base .text-wrapper {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 10px 10px 10px 52px;
    clear: both;
}

.notifyjs-metro-base .title {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
    font-weight: bold;
}

.notifyjs-metro-base .text {
    font-size: 12px;
    font-weight: normal;
    max-width: 360px;
    vertical-align: middle;
}

.notifyjs-metro-cool {
    color: #fafafa !important;
    background-color: #4A525F;
    border: 1px solid #4A525F;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.spin {
    animation: rotation 1.0s infinite steps(16);
}

.main-loader {
    font-size: 60px;
    color: #fff;
}

.chat-content {
    border: 1px solid #ddd;
    padding: 15px;
    height: 500px;
    overflow: auto;
    color: #686868 !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.row .margin-bottom20 .col-lg-9 strong {
    color: #000;
}

.chat-content .red {
    color: red;
}

.chat-content .blue {
    color: blue;
}

.chat-content .green {
    color: green;
}

.chat-content .chat-image {
    max-width: 300px;
    height: auto;
}

.avatar {
    max-width: 70px !important;
    height: auto;
    margin-right: 5px;
}