body-mail.chat-layout .type-chat{
    width: 54px;
    display: inline-block;
    vertical-align: top;
    margin-top: 1px;
    margin-left: -3px;
}

.chat-layout .type-list-chat{
    width: 56px;
    height: 18px;
    /*display: inline-block;*/
    display: none;
    position: absolute;
    left: 19px;
    top: 2px;
}

.messages-list.show-color{
    background: rgba(55, 55, 55, 0.1);
}

.messages-list{
    list-style: none;
    margin: 0;
    padding: 0;
}

.no-show-color .message{
    color: #000 !important;
}

.messages-list li {
    min-height: 29px;
    padding: 7px 5px 10px;
    border-bottom: 1px solid #cecece;
}

.messages-list li:last-child{
    border-bottom: none;
}

.messages-list li span.doProc{
    padding-left: 10px;

    float: right;
}

.messages-list li span.message{
    max-width: 85%;
    padding:  0 5px;
    float: left;
    background: rgba(54, 54, 54, 0.78);
    font-weight: bold;
}

.no-show-color li span.message{
    background: #fff !important;
}

.chat-layout .value{
    background-image: url('../img/break/chattype.png');
    width: 56px;
    height: 18px;
    background-position: 0px 0px;
    color: #fff;
    cursor: pointer;
    font-size: 10.49px;
    font-weight: bolder;
    user-select: none;
    padding: 1px 3px;
}

.chat-layout .value.selected{
    height: 17px;
}

.chat-layout  .value:hover{
    background-position-y: -34px;
}

.chat-layout  .value:active{
    background-position-y: -17px;
}

.chat-layout{
    position: relative;
    height: 140px;
    width: 100%;
}

.chat-layout #chat{
    position: absolute;
    top: 0;
    left: 0px;
    width: 391px;
    background-color: rgba(25, 25, 25, 0.70);
    height: 128px;
}

.chat-layout #chat .icon{
    background-image: url('../img/break/chatsprite.png');
    display: inline-block;
    background-repeat: no-repeat;
}

.chat-layout .icon.icon-a{
    width: 18px;
    height: 18px;
}

.chat-layout .icon.icon-type{
    width: 56px;
    height: 18px;
    margin-left: -2px;
    background-position-x: -19px;
    cursor: pointer;
}

.chat-layout .chat-input{
    display: inline-block;
    width: 318px;
    height: 19px;
    margin-left: -3px;
    background-color: #000000;
    border: 1px solid #595552;
}

.chat-layout .chat-input input{
    margin: 0;
    line-height: inherit;
    width: 249px;
    height: 16px;
    background-color: #000;
    color: #fff;
    padding: 1px 5px;
    font-size: 11px;
    font-family: Arial;
    border: none;
    font-weight: 600;
    float: left;
}

.chat-layout .icon.icon-type:hover{
    background-position-y: -17px;
    background-position-x: -18px;
}

#type-text{

}

.chat-text .style-1{
    text-shadow: 1px 1px 1px #000000;
    color: #f94183;
}


.chat-text .style-2{
    text-shadow: 1px 1px 1px #000000;
    color: #10e81d;
}


.chat-text .style-3{
    text-shadow: 1px 1px 1px #000000;
    color: #ff9a40;
}


.chat-text .style-4{
    text-shadow: 1px 1px 0px #000000;
    color: #f9ff06;
}


.chat-text .style-5{
    text-shadow: 1px 1px 1px #000000;
    color: #00fbff;
}


.chat-text .style-6{
    text-shadow: 1px 1px 1px #000000;
    color: #faabff;
}


.chat-text .style-7{
text-shadow: 1px 1px 1px #000000;
    color: #969696;
}


.chat-text .style-8{
    text-shadow: 1px 1px 1px #000000;
    color: #f9d078;
}

.chat-text .style-9{
    color: #f5f5f5;
}


.chat-text .style-0{
    text-shadow: 1px 1px 1px #000000;
    color: #000;
}

.chat-text {
    list-style: none;
    margin: 0;
    padding: 0;
}

.body-mail.chat-text{
    text-shadow: 1px 1px 1px #2b2b2b !important;
}

.chat-text li{
    font-weight: bold;
    padding: 2px 10px;
    margin-bottom: 0px;
}

.chat-layout .chat-text{
    height: 109px;
    color: #fff;
    padding: 6px 8px;
    font-size: 11px;
    font-family: Arial;
    list-style: none;
    font-weight: 600;
    /*background-color: #f00;*/
}

.chat-layout .chat-input .icon-set{
    display: inline-block;
    float: right;
    margin-top: -1px;
}

.chat-layout .icon-block{
    height: 17px;
    width: 17px;
    cursor: pointer;
    margin-left: -3px;
    background-position-x: -75px;
    background-position-y: -1px;
}

.chat-layout .icon-change-bg{
    background-position-x: -92px;
    height: 18px;
    margin-left: -3px;
    cursor: pointer;
    width: 17px;
}

.chat-layout .icon-set-type{
    background-position-x: -108px;
    height: 18px;
    margin-left: -3px;
    cursor: pointer;
    width: 17px;
}

.chat-layout .icon-add-chat{
    background-position-x: -124px;
    height: 18px;
    margin-left: -3px;
    cursor: pointer;
    width: 17px;
}

.chat-layout .icon-block:hover{
    -ms-background-position-y: -18px;
    background-position-y: -18px;
}

.chat-layout .icon-change-bg:hover{
    -ms-background-position-y: -17px;
    background-position-y: -17px;
}

.chat-layout .icon-set-type:hover{
    -ms-background-position-y: -17px;
    background-position-y: -17px;
}

.chat-layout .icon-add-chat:hover{
    -ms-background-position-y: -17px;
    background-position-y: -17px;
}
























#mail-blank{
    width: 327px;
    height: 433px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-image: url('../img/mail-background.png');
}

.title-mail{
    width: 100%;
    height: 111px;
}

.body-mail{
    padding: 0px 28px 0 30px;
}

#chat-message{
    background-color: transparent;
    border: none;
    width: 299px;
    overflow-y: auto;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    height: 269px;
    font-family: Arial;
    overflow-x: hidden;
    text-shadow: 1px 1px 1px #2b2b2b;
}

.chat-message textarea{

    width: 85%;
    padding: 15px;
    margin-top: 20px;
    color: #4b4747;
    font-size: 14px;
    font-weight: 700;
    height: 269px;
    font-family: Arial;
}