.mytext{
    border:0;padding:10px;background:white; color: #000; padding-right: 0px;
}
.text{
    width:75%;display:flex;flex-direction:column; color: #000;
}
#messages a{
   color: #0071b3 !important;
}
.text > p:first-of-type{
    width:100%;margin-top:0;margin-bottom:auto;line-height: 13px;font-size: 12px;
}
.text > p:last-of-type{
    width:100%;text-align:right;color:silver;margin-bottom:-7px;margin-top:auto;
}
.text-l{
    float:left;padding-right:10px;
}        
.text-r{
    float:right;padding-left:10px;
}
.avatar{
    display:flex;
    justify-content:center;
    align-items:center;
    width:25%;
    float:left;
    padding-right:10px;
}
.macro{
    margin-top:5px;width:75%;border-radius:5px;padding:5px;display:flex;
}
button#rec {
    width: 20%;
    border-radius: 5px;
    border-color: #fff;
    padding: 9px;
    display: flex;
    /* margin-left: 4px; */
    margin-right: 2px;
	background-color: #337ab7;
	font-weight: bold;
    font-size: 15px;
}
#speech input::placeholder{
	color: #000;
}
.msj-rta{
    float:right;background:white;
}
.msj{
    float:left;background:whitesmoke;
}
.frame{
    background:#e0e0de;
    overflow:auto;
    padding:0;
    position: fixed;
	/*position: relative;*/
    right: 97px;
    bottom:0px;
    width:325px;
	z-index: 100;
}
.panel-heading{
    cursor: pointer;
}
.innerframe{
    height:450px;
}
.innerframe > div:last-of-type{
    position:absolute;bottom:5px;width:100%;display:flex;
}
#messages {
    width:100%;
    list-style-type: none;
    padding:18px;
    position:absolute;
    top:50px;
    bottom:50px;
    display:flex;
    flex-direction: column;
    overflow-y:scroll;
    height: 390px;

}
.msj:before{
    width: 0;
    height: 0;
    content:"";
    top:-5px;
    left:-14px;
    position:relative;
    border-style: solid;
    border-width: 0 13px 13px 0;
    border-color: transparent whitesmoke transparent transparent;            
}
.msj-rta:after{
    width: 0;
    height: 0;
    content:"";
    top:-5px;
    left:14px;
    position:relative;
    border-style: solid;
    border-width: 13px 13px 0 0;
    border-color: #ffffff transparent transparent transparent;           
}  
input:focus{
    outline: none;
}        


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #d4d4d4 !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #d4d4d4 !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #d4d4d4 !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #d4d4d4 !important;
}   

.chatpanel-primary {
    border-color: #337ab7;
}

.chatpanel {
    border-radius: 4px;
}

.chatpanel-primary>.chatpanel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.chatpanel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    /*border-top-left-radius: 3px;
    border-top-right-radius: 3px;*/
	padding-left: 58px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.frame p {
    margin: 0 0 10px;
}

.frame small {
    font-size: 85%;
}

.frame .img-logo {
    /*border-radius: 50%;*/
	vertical-align: middle;
}