﻿.ico_hide_msg {
        /*background:url('../files/images1/icons/close_message.png') 0 0 no-repeat;*/
        width: 14px;
        height: 14px;
        opacity: 0.8;
        cursor:pointer;
    }

.ico_hide_msg:hover, .request_friend_pos:hover .ico_hide_msg {
            opacity: 1;
        }

.ico_hide_msg_pos {
        margin: 0 3px 0 0;
        float: left;
    }
/*end message operations*/

/*message operations*/
/*.request_friend_pos {
    float: right;
    margin: -21px 46px 0 0;
    position: absolute;
    width: auto;
    height: auto;
    text-align: center;
    display: block;
    line-height: 17px;
    position: absolute;
    background-color: #f6f5b6;
    padding: 4px 8px 4px 8px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 2px #999;
    -moz-box-shadow: 1px 1px 2px #999;
    -webkit-box-shadow: 1px 1px 2px #999;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-radius: 8px;
    overflow: hidden;
    z-index: 444;
}*/

.msg_button {
    width: auto;
    height: auto;
    text-align: center;
    display: block;
    line-height: 17px;
    position: absolute;
    background-color: #f6f5b6;
    padding: 4px 8px 4px 8px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 2px #999;
    -moz-box-shadow: 1px 1px 2px #999;
    -webkit-box-shadow: 1px 1px 2px #999;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-radius: 8px;
    overflow: hidden;
    z-index: 444;
}

/*operators*/
.message_custom_pos11 {
    float: right;
    margin: -21px 46px 0 0;
    position: absolute;
}

/*notifications*/
.message_custom_pos22 {
    float: right;
    margin: 7px 20px 0 0;
    position: absolute;
}

/*board*/
.message_custom_pos33 {
    float: none;
    margin: 5px auto;
    position: relative;
    width:50%;
}

@media screen and (max-width: 1280px) {
  
}

@media screen and (max-width: 992px) {
    /*board*/
    .message_custom_pos33 {
        float: none;
        margin: 0 auto;
        position: relative;
        width: 50%;
    }
}

@media screen and (max-width: 640px) {
    /*board*/
    .message_custom_pos33 {
        float: none;
        margin: 0 auto;
        position: relative;
        width: 95%;
    }

    /*operators*/
    .message_custom_pos11 {
        width: 80%;
        float: none;
        margin: 110px -176px 0 auto;
        position: absolute;
    }

    /*notifications*/
    .message_custom_pos22 {
        width: 80%;
        float: none;
        /*margin: 170px -136px 0 auto;*/
        margin: 0 auto 0 auto;
        position: relative;
        display:block;
    }
}

@media screen and (max-width: 560px) {
    .message_custom_pos11 {
        width: 80%;
        float: none;
        margin: 135px -176px 0 auto;
        position: absolute;
    }
}

/*@media screen and (max-width: 490px) {
    .message_custom_pos11 {
        width: 80%;
        float: none;
        margin: 110px -176px 0 auto;
        position: absolute;
    }
}*/

@media screen and (max-width: 450px) {
    .message_custom_pos11 {
        width: 80%;
        float: none;
        /*margin: 143px -176px 0 auto;*/
        /*margin: 179px -169px 0 auto;*/
        margin: 150px -169px 0 auto;
        position: absolute;
    }

    /*board*/
    .message_custom_pos33 {
        float: none;
        margin: 0 auto;
        position: relative;
        width: 100%;
    }
}

@media screen and (max-width: 330px) {
    .message_custom_pos11 {
        width: 82%;
        float: none;
        margin: 182px -169px 0 auto;
        position: absolute;
    }
}

@media screen and (max-width: 305px) {
    .message_custom_pos11 {
        width: 82%;
        float: none;
        margin: 183px 8px 0 auto;
        position: absolute;
    }

   
}
