﻿.chat_upload {
    width: 100%;
    overflow: auto;
    margin: 0 auto;
    text-align: center;
    /*border: thin solid #000;*/
}

    .chat_upload.chat_upload_margin_top {
        margin-top: 20px !important;
        overflow: hidden;
    }

    .chat_upload .chat_upload_margin_bottom {
        margin-bottom: 10px !important;
        overflow: hidden;
    }

.chat_upload .widget_frame_page_msg1 {
    padding: 6px 6px 2px 6px;
    margin: 0 auto;
    width: auto;
    height: auto;
    float: none;
    background-color: #fff;
    text-align: right;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
    -moz-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
    box-shadow: 0px 2px 4px 0px rgba(105,105,105,0.51);
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

.widget_frame_page_msg2 {
    background-color: #F5F5F5;
    text-align: right;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.62);
    -moz-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.62);
    box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.62);
    overflow: hidden;
    width: auto;
    height: auto;
    padding: 20px 20px 0 20px;
    /*border: thin solid;*/
}

.chat_upload .lbl_chat_upload {
    float:right;
    margin-bottom:20px !important;
}

.chat_upload .add_new_photo {
    padding: 6px;
    margin: 0 auto;
    width: 100px;
    height: 115px;
    float: none;
    background-color: #fff;
    text-align: right;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
    -moz-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
    box-shadow: 0px 2px 4px 0px rgba(105,105,105,0.51);
    z-index: 1;
    overflow: hidden;
}

    .chat_upload .add_new_photo {
        z-index: 999;
        /*background:url('../files/images1/user_profile/add_new_photo.jpg') 0 0 no-repeat;
    width:99px;
    height:99px;*/
        -khtml-opacity: .9;
        -moz-opacity: .9;
        -ms-filter: "alpha(opacity=9)";
        filter: alpha(opacity=9);
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.9);
        opacity: .9;
    }

        .chat_upload .add_new_photo:hover {
            -khtml-opacity: 1;
            -moz-opacity: 1;
            -ms-filter: "alpha(opacity=1)";
            filter: alpha(opacity=1);
            filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1);
            opacity: 1;
        }



@media screen and (max-width: 1200px) {
}

    @media screen and (max-width: 992px) {
    }

    @media screen and (max-width: 768px) {
    }

@media screen and (max-width: 640px) {
    .chat_upload.chat_upload_margin_top {
        float: none;
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 452px) {
    
}

@media screen and (max-width: 350px) {
}
