/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 30, 2014, 10:54:48 AM
    Author     : makara
*/
#title{
    background-color: #4e823f;
    font-family: sans-serif;
    font-size: large;
    color: white;
    padding-top: 15px;
    height: 50px;
}
.gray{
    color: gray;
}
.bg-ligthGray{
    background-color:#6aa84f;
}
.white{
    color: white;
}
body{
    //background-color:#dcdcdc;
}
.namebar{
    background-color: #E6E6E6 !important;
    padding: 10px;
    border-color: #D8D8D8;
    border-image: none;
    border-radius: 1px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;   
}
.contact-info-top{
    padding-top: 20px;
}
.contact-info-buttom{
    margin: 2px;
    padding: 10px;
    background-color: white;
    border-color: #D8D8D8;
    border-image: none;
    border-radius: 1px;
    border-style: solid;
    border-width: 1px;   
}
.menu-grid{
    padding: 1em;
    background-color: white;
    text-align: center;

}
.menu-grid div:hover{
    text-decoration: none;
    background-color: #47a3da;
}
.star-icon{
    color: yellow;
}
.close-icon{
    color: red;
}
.btn-chat{
    background-color: green;
    color: white;
}

.text-body-other{
    border: white 1px solid;
    background-color: white;
    border-radius: 2%;
    padding: 0.5em;
}
.text-body-self{
    border: #47a3da 1px solid;
    background-color: #47a3da;
    border-radius: 2%;
    padding: 0.5em;
}
#message-area{
    overflow-x: hidden;
    overflow-y: scroll;
    overflow-style: scrollbar;
}
#texttool{
    padding: 1em;
}
.red-link{
    color: red;
}

.chat-content {
    height: 84%;
    width: 345px;
    position: absolute;
    overflow-x: hidden;
    padding: 5px 0px 20px 0px;
}

.chat-nopadding{
    padding: 0px  !important;
}

.chat-tab{
    background-color:#E6E6E6;
}
.chat-row-first{
    padding: 10px 5px 10px 0px;
}
.chat-in-tab{
    padding: 0px 8px 0px 5px;
}
.chat-panel-group{
    margin-bottom: 3px;
}
.chat-panel-heading-text{
    text-decoration: none !important;
    color: #333;
}
.chat-no-text-decoration{
    text-decoration: none !important;
}
.chat-friend-list{
    padding: 5px 0px 5px 0px;
    border-color: #D8D8D8;
    border-image: none;
    border-radius: 1px;
    border-style: solid;
    border-width: 1px 0px 0px 0px;   
}
.chat-list{
    padding: 5px 0px 5px 0px;
    border-color: #D8D8D8;
    border-image: none;
    border-radius: 1px;
    border-style: solid;
    border-width: 1px 1px 0px 1px;  
    background-color:white;
}
.chat-list-buttom{
    padding: 0px;
    border-color: #D8D8D8;
    border-image: none;
    border-radius: 1px;
    border-style: solid;
    border-width: 0px 1px 1px 1px; 
}
.chat-img-owner{
    width:40px;
    height:40px;
    vertical-align: middle;
    border-radius: 50%;
}
.chat-list-group-item {    
    padding: 8px !important;
}
.chat-list-title {    
    margin-left: 48px !important;
    margin-right: 40px !important;
}
.chat-setting{
    margin-right: 0;
    margin-left: 0;
}
.chat-setting a{
    float: left;
    width: 33.33%;
    height: 75px;
    padding-top: 15px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #DDDEDE;
}
.chat-setting-list{
    list-style: none;
    padding: 10px;
}
.badge-red{
    background-color: red !important;
}
.chat-img-profile{
    width:80px;
    height:80px;
    vertical-align: middle;
}
.chat-add-friend-top{
    padding-top: 5px;
}
.chat-message-content{
    min-height: 40%;
    height: 65%;
    width: 330px;
    position: absolute;
    overflow-x: hidden;
    padding: 5px 0px 20px 0px;
}

.row-chat {
    padding: 8px 3px 0px 8px;
}
.chat-img-u{
    width:30px;
    height:30px;
    vertical-align: middle;
    margin-right: 5px !important;
    border-radius: 50%;
}
.bubble-u {
    position: relative;
    float: left;
    max-width: 75%;
    min-height: 30px;
    padding: 4px;
    margin: 0px 5px 2px 11px;
    background: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    //-webkit-box-shadow: 2px 1px 3px 0px rgba(97, 97, 97, 0.45);
    //-moz-box-shadow: 2px 1px 3px 0px rgba(97, 97, 97, 0.45);
    //box-shadow: 2px 1px 3px 0px rgba(97, 97, 97, 0.45);
}

.bubble-u:after {
    content: "";
    position: absolute;
    top: 8px;
    left: -12px;
    border-style: solid;
    border-width: 8px 12px 8px 0;
    border-color: transparent white;
    display: block;
    width: 0;
    z-index: 1;
}

.chat-img-me{
    width:30px;
    height:30px;
    vertical-align: middle;
    margin-left: 5px !important;
    margin-right: 5px !important;
    border-radius: 50%;
}
.bubble-me {
    position: relative;
    float: right;
    max-width: 75%;
    min-height: 30px;
    padding: 4px;
    margin: 0px 11px 2px;
    background: #A7D5FF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    //-webkit-box-shadow: -2px 2px 3px 0px rgba(97, 97, 97, 0.45);
    //-moz-box-shadow: -2px 2px 3px 0px rgba(97, 97, 97, 0.45);
    //box-shadow: -2px 2px 3px 0px rgba(97, 97, 97, 0.45);
}

.bubble-me:after {
    content: "";
    position: absolute;
    top: 8px;
    right: -12px;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent #A7D5FF;
    display: block;
    width: 0;
    z-index: 1;
}
.chat-icon-msg{
    float:left;
    margin-right: 25px;
}
.chat-icon-msg-a{
    color:#666;
}
.chat-row-key-box{
    padding: 8px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.chat-key-box{
    background-color: #E0E0E0;
    padding: 3px;
    border-color: #A9A9A9;
    border-image: none;
    border-radius: 0px;
    border-style: solid;
    border-width: 0px 1px 1px 1px; 
}
.chat-textarea{
    resize: none;
    padding: 3px;
}
.chat-conversation{    
    bottom: 90px;
    top: 110px;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 10px;
    margin-left: -11px;
    padding-right: 10px;
}
.chat-blockquote-warning{
    padding: 10px;
    margin: 0px 10px 0px 0px;
    border: 1px solid #ddd;
    border-left-width: 5px;
    border-radius: 3px;
    border-left-color: #f0ad4e;
    background-color: white;
}
.chat-margin-left-right{
    margin-right: 5px;
    margin-left: 5px;    
}

.chat-list-right{
    padding-top: 10px;
    padding-right: 5px;
}