.MessageInput {
    position: absolute;
    float: left;
    bottom: 0;
    width: 100%;
    height: 35px;
    font-size: 15px;
    color: #808080;
    font-weight: 300;
    border: none;
    padding: 5px;
    padding-right: 80px;

    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
}

.ChatDetail .MessageInput {
    height: 56px;
    font-size: 18px;
    padding: 8px;
    padding-right: 125px;
}

.MessageInput:focus {
    outline: none;
}

.SendMessageButton {
    position: absolute;
    float: left;
    bottom: 0;
    right: 5px;
    width: 35px;
    height: 35px;
    cursor: pointer;

    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ic_chat_send.png', sizingMethod='scale')";
    background-image: url('../images/ic_chat_send.png'), linear-gradient(transparent, transparent);
    background-size: contain;
}

.ChatDetail .SendMessageButton {
    /*top: 3px;*/
    width: 50px;
    height: 50px;
}

.SendKissButton {
    position: absolute;
    float: left;
    bottom: 7px;
    right: 43px;
    width: 33px;
    height: 20px;
    padding: 2px;

    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ic_kiss_gray@2x.png', sizingMethod='scale')";
    background-image: url('../images/ic_kiss_gray@2x.png'), linear-gradient(transparent, transparent);
    background-size: contain;

    cursor: pointer;
}

.ChatDetail .SendKissButton {
    bottom: 6px;
    right: 60px;
    width: 60px;
    height: 40px;
    padding: 2px;
}

.Divider {
    position: absolute;
    bottom: 35px;
    height: 1px;
    width: 100%;
    background: #DDDDDD;
}

.ChatDetail .Divider {
    bottom: 55px;
}

/*SPECIAL*/


.ProfileButtonBar .MessageContainer {
    position: relative;
    margin-top: 40px;
    height: 65px;
    padding-top: 10px;
    bottom: 0;

    background-color: white;
}

.ProfileButtonBar .MessageInput {
    position: absolute;
    float: left;
    bottom: 0;
    width: 89%;
    height: 35px;
    border: 1px #DEDEDE solid;
    padding-right: 5px;

    margin: 5px;
}

.ProfileButtonBar .SendMessageButton {
    right: 5px;
    width: 45px;
    height: 45px;
}

.ProfileButtonBar .Divider {
    bottom: auto;
    visibility: hidden;
}

.MessageContainer.Popover{
    position: absolute;
    top: 70px;
    height: 45px;
    padding-right: 5px;
}

.MessageInput.Popover{
    position: absolute;
    float: left;
    bottom: 0;
    width: 85%;
    left: 10px;
    height: 35px;
    top: 5px;
    border: 1px #DEDEDE solid;
    padding-right: 5px;

    background-color: white;
}

.SendMessageButton.Popover {
    position: absolute;
    left: 88%;
    /*right: 5px;*/
    /*float: left;*/
    width: 45px;
    height: 45px;
    background-color: white;
}
