﻿#messages-card {
    /*    background-image: url("/images/white_wall_5.jpg");*/
    background: #cccccc;
    /*    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;*/
    background-color: #ffffff;
    background-image: linear-gradient(315deg, #ffffff 0%, #d7e1ec 74%);
}

/* Message box starts here */
.msg-container-right {
    clear: both;
    position: relative;
}

    .msg-container-right .arrow-right {
        width: 12px;
        height: 20px;
        overflow: hidden;
        position: relative;
        float: right;
        top: 25px;
        left: 11px;
        /*        
        top: 6px;
        left: -1px;
        */
    }

        .msg-container-right .arrow-right .outer-right {
            width: 0;
            height: 0;
            border-left: 20px solid #fff;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            position: absolute;
            top: 0;
            right: 0;
        }

        .msg-container-right .arrow-right .inner-right {
            width: 0;
            height: 0;
            border-left: 20px solid #FFE4B5;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            position: absolute;
            top: 0;
            right: 2px;
        }

    .msg-container-right .message-body-right {
        float: right;
        /*        width: 300px;*/
        height: auto;
        border: 1px solid #CCC;
        background-color: #FFE4B5;
        border: 1px solid #fff;
        padding: 6px 8px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
    }

        .msg-container-right .message-body-right p {
            margin: 0;
        }









/* Message box starts here */
.msg-container-left {
    clear: both;
    position: relative;
}

    .msg-container-left .arrow-left {
        width: 12px;
        height: 20px;
        overflow: hidden;
        position: relative;
        float: left;
        top: 25px;
        right:12px;
        /*        
        top: 6px;
        right: -1px;
        */
    }

        .msg-container-left .arrow-left .outer-left {
            width: 0;
            height: 0;
            border-right: 20px solid #fff;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            position: absolute;
            top: 0;
            left: 0;
        }

        .msg-container-left .arrow-left .inner-left {
            width: 0;
            height: 0;
            border-right: 20px solid #FFFFE0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            position: absolute;
            top: 0;
            left: 2px;
        }

    .msg-container-left .message-body-left {
        float: left;
        /*        width: 300px;*/
        height: auto;
        border: 1px solid #CCC;
        background-color: #FFFFE0;
        border: 1px solid #fff;
        padding: 6px 8px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
    }

        .msg-container-left .message-body-left p {
            margin: 0;
        }
